JavaScript Performance Pitfalls in V8
Benedikt shows how V8 compiles your JavaScript programs, and explains a few tricks you can use to avoid draining application performance down the sink.
26m 9An Introduction to Speculative Optimization in V8
An impressively low-level article that we hope gives you a good idea about what happens in V8 when it comes to optimization.
24m 4Investigating Performance of Object#toString in ES2015
We discuss how
Object#toString
performs in the V8 engine, why it’s important, how it changed with ES2015 symbols, and how to speed it up.12m 1