market replay engine processing 7.1m events/sec with ~2.3ns order book updates on an m4 pro. simulates latency, slippage, fees, and risk controls with auto-trip kill switches. 252 unit tests.

c++20cmakegoogletest2026

distributed key-value store on raft consensus hitting 23k ops/sec — nearly 2x redis on identical hardware. io_uring event loop feeds a lock-free thread pool over a 16-shard slab-allocated hash table.

c++17io_uringcmake2025

time-series analytics library — 10x faster than numpy and 12x faster than pandas on 10m-point rolling computations. avx2 simd with python bindings, rsi/macd indicators, and polars integration.

c++20avx2pybind11python2026

zero-allocation mavlink v2.0 stack with compile-time message validation. the same binary targets embedded hardware, desktop, and browser via wasm. auto-generates type-safe dialects from the official xml spec.

zigmavlinkwebassembly2025

mavlink v1/v2 decoder and encoder for the browser with webserial integration for direct hardware communication. zero dependencies, written in typescript.

javascripttypescript2025

fpv video receiver with <50ms latency and up to 50 mbps throughput. webusb frontend compiled to wasm for in-browser streaming, with chacha20-poly1305 encryption and fec error correction.

ziglibusbwebassemblytypescript2025
more on github