Skip to content

Instantly share code, notes, and snippets.

@pid
Forked from dypsilon/js-performance-research.md
Created April 7, 2013 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pid/5330851 to your computer and use it in GitHub Desktop.
Save pid/5330851 to your computer and use it in GitHub Desktop.

Memory Management and Performance

JavaScript engines such as Google’s V8 (Chrome, Node) are specifically designed for the fast execution of large JavaScript applications. As you develop, if you care about memory usage and performance, you should be aware of some of what’s going on in your user’s browser’s JavaScript engine behind the scenes.

Continue reading Writing Fast, Memory-Efficient JavaScript, great general overview of a Google employee

Videos

External Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment