•Node.js
Garbage Collection in V8: How Memory Is Actually Reclaimed
A deep dive into V8's garbage collection lifecycle, from young generation scavenging to old generation mark-and-sweep. Understanding how memory is actually reclaimed.
Thoughts on web development, performance, Node.js internals, and software architecture.
A deep dive into V8's garbage collection lifecycle, from young generation scavenging to old generation mark-and-sweep. Understanding how memory is actually reclaimed.
A deep dive into V8's heap memory, where objects, closures, promises, and everything dynamic lives. Understanding what goes in the heap and why.
A deep dive into how V8 organizes memory, where variables live, and why understanding stack vs heap gives you a sharper mental model for performance and debugging.