December 17, 2025
Alexander Stepanov: Efficient Programming with Components (A9 Lectures)
Notes
18-part lecture series on efficient programming. Covers the intellectual foundations behind STL.
Browse posts by tag
18-part lecture series on efficient programming. Covers the intellectual foundations behind STL.
Classic talk on recognizing algorithmic patterns. ‘No raw loops’ - shows how rotate solves many problems elegantly.
A modern C++ header-only library implementing disjoint interval sets as first-class mathematical objects with rigorous Boolean algebra operations.
A header-only C++20 library that achieves 3-10× compression with zero marshaling overhead. PFC makes compression an intrinsic type property through prefix-free codes (Elias Gamma/Delta, Fibonacci, Rice), algebraic types, and Stepanov's generic …