This is an index for resources I collected for various topics
Compilers
Systems Performance
Programming Performance
Low Level Systems Programming
Operating Systems
Algorithms & Data Structures
- Hashmap
- https://github.com/xeome/data-structures-implementations (my C implementations: vector, linked list, queue, hashmap)
- https://github.com/jwasham/coding-interview-university (this has alot of things)