@alcinnz interesting :)
I never thought about memory allocation much, until a few months back, when I read another pretty good article but from a higher level programming perspective.
It starts out about how ruby memory allocation may be unnecessarily wasteful but actually ends up explaining a lot about how multiple different memory allocators interact.
Might be of interest to programmers who never "need" to think about memory allocation.
https://www.joyfulbikeshedding.com/blog/2019-03-14-what-causes-ruby-memory-bloat.html