DEV Community

Discussion on: 🚀 Demystifying memory management in modern programming languages

Collapse
 
havarem profile image
André Jacques

Just a little thing to add about heap memory: overtime, the heap become non-deterministic since the search for free memory takes more time. It has more impact on embedded system development though.

Great job.

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Thank you and that makes sense.