Zero-allocation and SIMD-accelerated CSV iterator in Zig
Zero-allocation CSV iterator in Zig with SIMD—constraint craft for systems programmers.
Zero Allocation, SIMD-accelerated CSV iterator and emitter in Zig
Field iterator + zero alloc forces explicit ownership; SIMD scanning is clever but niche.
Systems engineers, performance-critical tooling developers, Zig users
csv-rs · polars · datafusion
I learned a ton in the process and I got really decent benchmark results out of this!
Zero-allocation CSV iterator in Zig with SIMD—constraint craft for systems programmers.
Fastest open-source SIMD Unicode normalization with SQLite-style single-header distribution.
Beats simd-csv with pclmulqdq trick, but CSV parsing is a solved category.
Educational malloc clone—solid fundamentals but competitive with textbook examples.
424k statements/sec with zero dependencies — sqlparse can't match this performance.
Zero CAS atomics and hardware sleep instructions make it 3-6x faster than OpenMP.