A deep dive into the performance characteristics of accessing multidimensional arrays in row-major order vs column-major order. Cache misses, cycle counts, etc.
— davidbalbert
A post showing how you can measure and graph memory usage of a test program, and then use this to estimate the sizes of the L1, L2, and L3 caches for the CPU the code ran on!
— nicholasbs
A simulation of an ant colony with ants scavenging for food sources, written in JavaScript. Check out the code here: https://github.com/fabrizzio-gz/ant_colony_simulation.
— Mai
clocviz is an extension of cloc that lets you "analyze a target codebase and render interactive visualizations: users can traverse the file tree with a simple mouse click and see statistics including lines by file, lines by language, percentage composition per language, etc."
— rachel