lab.
ecsalgoperfrobloxreverse engineeringlinuxphysicstradingnotes

Algorithms

2 articles

A source code themed illustration with bright light and floating code
Algorithms are clearer when you can see the shape of the work.
algorithmsperformancecpu-cache7 min

Search Algorithms Through the CPU Cache

A look at linear and binary search from the perspective of your CPU's cache hierarchy, including the cases where memory access patterns outweigh Big-O.

algorithmsdata-structuresperformance5 min

Hash Table Internals: Open Addressing and Swiss Tables

How hash tables work in memory, why load factor matters, and how modern implementations keep lookups fast.