“Know how to solve every problem that has been solved.” “What I cannot create, I do not understand.” — Richard Feynman

CSV engine, one idea at a time (modern C++)

Five self-contained C++20 programs, each one idea faster: getline baseline (130 MB/s) → mmap state machine → zero-copy string_views (proven: 0 allocations/row) → SWAR scanning → a typed GROUP-BY query at 900 MB/s, 7× the naive pipeline. RFC-4180 correct at every step, benchmark numbers in the README.