Hacker News new | ask | show | jobs
by cromwellian 4209 days ago
Isn't Mandreel just another Emscripten style test that avoids the garbage collector in favor of typed arrays?

I think we definitely need some GC throughput/latency benchmarks in the standard suites.

1 comments

Mandreel doesn't avoid garbage as much as emscripten output does, but it does create less than "typical" JS, most likely. However, it still can create plenty of doubles as garbage on the heap, on JS engines without nanboxing, such as v8, which is a factor in why v8 loses here.