A place where I update code related to my Julia learning and fun implementations.
Each folder is a self-contained experiment with its own Project.toml.
- CacheOrder — how loop order interacts with the CPU cache in Julia (column-major), and why the wrong order can be several times slower.