Underrust: What does vec![0u8; 1024] really do? March 29, 2024 software rust memory linux underrust How does Rust allocate a zeroed Vec and what does it cost?
Go: The price of interface{} May 26, 2015 software go interface memory Go's empty interface: Flexibility at a cost.
Go: How slices grow December 12, 2013 software go memory Uncover the hidden growth patterns of Go slices.
Resident and Virtual memory on Linux: A short example October 3, 2012 software unix memory Demystifying memory: RES is real, VIRT is virtual.