Skip to content

Instantly share code, notes, and snippets.

@FPG-Alan
Forked from leecade/js-performance-research.md
Created September 25, 2017 03:02
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 FPG-Alan/a740f0730f600313fe3894ef828337de to your computer and use it in GitHub Desktop.
Save FPG-Alan/a740f0730f600313fe3894ef828337de 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