WASM engine vs hand-written JavaScript — on octree spatial partitioning
💡 This benchmark measures octree spatial partitioning — a workload where the
engine's Rust/WASM core has a structural advantage over JS (recursive 8-way
partition + in-place point reorder). The JS baseline is a fair naive octree
implementation of the same algorithm. Run in your browser for real-hardware numbers.