Garbage collector friendly code in JavaScript

High-Performance, Garbage-Collector-Friendly Code Aug 6th, 2012 | by Martin Wells 16 milliseconds is not a lot of time. Try eating a hotdog that … Read more

Similar

V8 JavaScript Engine 8.0 Reduces Heap by 40%

The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V... (more…)

Read more »