Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamesyang124/01a6726bb59b99a569202d129fa0d206 to your computer and use it in GitHub Desktop.
Save jamesyang124/01a6726bb59b99a569202d129fa0d206 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