Initially, this was a repo to have fun with Donald Knuth's "The Art of Computer Programming" book (mainly implement some toy examples). Then it expanded into a registry of several learning projects, which list can be seen below.
Done:
- Implement algo from Knuth's book
- Explore padding
- Explore instruction vectorization
- Explore cache miss
- Explore binaries: https://guyinatuxedo.github.io/
- read this (about memory) and take notes
- notes are on logseq
- linux from scratch
Ideas list:
- take course for performance
- inline caching
- learn better vim
- generating function course
- ray tracing