- What every programmer should know about memory - https://people.freebsd.org/~lstewart/articles/cpumemory.pdf - WHY IS THE HEAP SO SLOW: https://beej.us/guide/bgc/html/split/ - Really nice visualizations of memory allocation: https://samwho.dev/memory-allocation/ - Back to basics, joel on software: https://www.joelonsoftware.com/2001/12/11/back-to-basics/ - stack and heap memory: https://courses.engr.illinois.edu/cs225/fa2022/resources/stack-heap/ - Beej's Guide to C Programming: https://beej.us/guide/bgc/html/split/