Writing fast memory efficient JavaScript
smashingmagazine.com
Writing fast memory efficient JavaScript
1–3 of 3 posts
Re: Writing fast memory efficient JavaScript
#2The fine article is a bit dated (2012). They still speak of the Carakan Opera JS engine which is now Chrome's V8.
Re: Writing fast memory efficient JavaScript
#3The fine article is a bit dated (2012). They still speak of the Carakan Opera JS engine which is now Chrome's V8.
Yup it was quite old but as the adoption of world towards javascript is increasing in such a pace, this may be very helpful in designing better code considering memory constraints of nodejs in mind.