Skip to content

Instantly share code, notes, and snippets.

@dypsilon
Created December 10, 2012 17:43
Show Gist options
  • Save dypsilon/4252079 to your computer and use it in GitHub Desktop.
Save dypsilon/4252079 to your computer and use it in GitHub Desktop.
JS Performance Research

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