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 C++ header-only library that treats disjoint interval sets as proper mathematical objects with Boolean algebra operations.
A header-only C++20 library that achieves 3-10x compression with zero marshaling overhead using prefix-free codes and Stepanov-style generic programming.