Writing Fast, Memory-Efficient JavaScript – Smashing Magazine
There are many common pitfalls when it comes to writing memory-efficient and fast code. JavaScript engines such as Google’s V8 (Chrome, Node) are specifically designed for the fast execution of large JavaScript applications....