We Made NASDAQ Parsing Even Faster (And More Reliable)
· 6 min read
From zero-copy parsing crashes to 200M+ msg/s: how boundary-aware chunking, adaptive batching, and work-stealing made our parser production-ready.
RustPerformanceSIMDReliability
Deep dives on performance, parsing, and building reliable market data systems.
From zero-copy parsing crashes to 200M+ msg/s: how boundary-aware chunking, adaptive batching, and work-stealing made our parser production-ready.
From zero-copy parsing and SIMD to lock-free concurrency and cache-aware layouts: how we engineered Lunyn to remove parsing as the bottleneck in quantitative research.