Explore >> Select a destination


You are here

mathiasbynens.be
| | benediktmeurer.de
0.6 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | v8.dev
1.7 parsecs away

Travel
| | This article describes how V8 chooses optimal in-memory representations for various JavaScript values, and how that impacts the shape machinery - all of which helps explain a recent V8 performance cliff in React core.
| | jandemooij.nl
3.4 parsecs away

Travel
| | [AI summary] This article details various performance optimizations implemented in the SpiderMonkey JavaScript engine leading up to Firefox Quantum, including improvements to array handling, regular expressions, inline caches, and internal memory management.
| | raganwald.com
15.2 parsecs away

Travel
| [AI summary] The article explains the nuances of named functions in JavaScript, contrasting declarations and expressions to highlight benefits for debugging and scope.