Memory
2 articles
Javascript
JavaScript WeakRef: The Feature You Probably Shouldn't Use
Most JavaScript developers go their entire careers without ever touching WeakRef. That is probably for the best. However, it is one of those corners …
Javascript
Deep Dive into Object Memory Management in JavaScript
In the world of JavaScript development, understanding how objects behave in memory can be the difference between a lightning fast application and one …