@onimaxxing/worldgen 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -422,9 +422,9 @@ option (`MUWF1`) enabled. 8 worlds, ~170,000 cells total.
422
422
  | Runtime | Time |
423
423
  |---|---|
424
424
  | In-game World Generation | 10.4 s |
425
- | This package (Node 24) | 0.48 s |
425
+ | This package (Node 24) | 0.41 s |
426
426
 
427
- WASM worldgen runs roughly 22x faster than the game's C# worldgen.
427
+ WASM worldgen runs roughly 25x faster than the game's C# worldgen.
428
428
 
429
429
  **Memory usage** (one worldgen at a time, measured on the same
430
430
  cluster, resident memory only):
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@onimaxxing/worldgen",
3
3
  "type": "module",
4
4
  "description": "WASM entry point for ONI worldgen",
5
- "version": "0.16.0",
5
+ "version": "0.17.0",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
Binary file
Binary file