A fast, zero-copy Transit-format reader and writer written in C
Summary
Transit.C is a fast, zero-copy Transit reader/writer in C11 with SIMD acceleration. The project provides a codec-agnostic engine for JSON, JSON-Verbose, and MessagePack, leveraging an arena-based memory model, zero-copy payloads, and MIT-licensed open source code. The README covers installation, usage, performance notes, and building/testing guidance.