When it comes to performance and javascript One very important thing you need to think about is Garbage Collection in JavaScript Runtimes ( in this case V8 ). This article from Egghead.io is a very good read on how to improve the overall performance of your applications memory usage by utilizing a technique called Object Pooling.
https://egghead.io/blog/object-pool-design-pattern
#javascript #performance #v8
@ReactDev 🚀
https://egghead.io/blog/object-pool-design-pattern
#javascript #performance #v8
@ReactDev 🚀
egghead
Improve Performance with the Object Pool Design Pattern in JavaScript
expert led courses for front-end web developers and teams that want to level up through straightforward and concise lessons on the most useful tools available.
Rev up your Node.js app performance with NGINX reverse proxy ⚡️
🔗 https://bit.ly/3Y0ZxSs
#nodejs #performance #backend
@ReactDev 🚀
🔗 https://bit.ly/3Y0ZxSs
#nodejs #performance #backend
@ReactDev 🚀
Medium
Rev up your Node.js
Node.js is a popular runtime environment for developing web applications due to its lightweight, fast, and scalable nature. However, as…