@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 +2 -2
- package/package.json +1 -1
- package/parallel/oni_wasm_bg.wasm +0 -0
- package/serial/oni_wasm_bg.wasm +0 -0
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.
|
|
425
|
+
| This package (Node 24) | 0.41 s |
|
|
426
426
|
|
|
427
|
-
WASM worldgen runs roughly
|
|
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
|
Binary file
|
package/serial/oni_wasm_bg.wasm
CHANGED
|
Binary file
|