ponyfoo.com

Your query for articles tagged “internals” yielded some results!

  1. 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 9
  2. Investigating 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
  3. Angle 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