Your query for articles tagged “internals” yielded some results!
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 9Investigating 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 1Angle Brackets, Rifle Scopes
Angular.js presents a remarkable number of interesting design choices in its code-base. Two particularly interesting cases are the way in which scopes work, and how …
30m 2