Having memory available is not enough; you need to use it wisely

I am talking about Memory Allocators


Picture this: your computer is like a fancy hotel, and memory is the luxurious suites where all the programs check-in to get their work done. But before they can party, they need to be loaded from the hard drive into memory. 


Once inside the memory, these programs become busy constantly shuffling data in and out. They fetch values, crunch numbers, and store results back in memory. It's like a never-ending dance party with bits and bytes!


But here's the catch: having memory available is not enough; you need to use it wisely, just like a skilled party planner. That's where memory allocators come into play. They're  the maestros of memory management, ensuring every program gets its fair share of the memory spotlight.

Below is the link to learn it in depth.Finish it without excuses and you will be building your own memory allocator in no time
https://samwho.dev/memory-allocation/


Comments