stockfish.wasm
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "stockfish.wasm", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "WebAssembly port of the strong chess engine Stockfish", | ||
@@ -5,0 +5,0 @@ "keywords": ["chess", "stockfish", "emscripten", "lichess", "webassembly"], |
@@ -91,4 +91,8 @@ stockfish.wasm | ||
* Hashtable: 1024 MB. | ||
* Threads: 16. | ||
* Hashtable: 1024 MB. You may want to check | ||
[`navigator.deviceMemory`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory) | ||
before allocating. | ||
* Threads: 32. You may want to check | ||
[`navigator.hardwareConcurrency`](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorConcurrentHardware/hardwareConcurrency). | ||
May be capped lower (e.g., `dom.workers.maxPerDomain` in Firefox). | ||
* Can hang when UCI protocol is misused. (Do not send invalid commands or | ||
@@ -95,0 +99,0 @@ positions. While the engine is searching, do not change options or start |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
454100
146
6