This article introduces three optimizations that lay the groundwork for a new garbage collector in V8, codenamed Orinoco.| v8.dev
This article discusses optimizations that were implemented between Chrome 41 and Chrome 46 which significantly reduce garbage collection pauses, resulting in better user experience.| v8.dev
Chrome 41 hides expensive memory management operations inside of small, otherwise unused chunks of idle time, reducing jank.| v8.dev