- Stack Vs Heap (also why each thread as a stack): https://stackoverflow.com/a/80113
Random
- http://www.catb.org/esr/structure-packing/ - This page is about a technique for reducing the memory footprint of programs in compiled languages with C-like structures - manually repacking these declarations for reduced size. To read it, you will require basic knowledge of the C programming language.