An Embeddable SQLite Parser
424k statements/sec with zero dependencies — sqlparse can't match this performance.
A fast and lightweight HUML parser for Nim
Parser library for HUML in Nim when the audience is basically zero people.
Nim developers who need HUML configuration file support
424k statements/sec with zero dependencies — sqlparse can't match this performance.
Python-like generics and reflection-based serdes in plain C is genuinely clever.
Unified serialization API for six formats without codegen or macros using Zig comptime.
473x faster YAML parsing via mmap cache with near-zero memory on hot reload.
Finally handles circular refs and Maps where JSON and MessagePack both fail.
Fory pushes most serialization work into compile-time C++ via a FORY_STRUCT macro so deserialization is inlined and avoids runtime reflection — that alone is an impressive engineering move. Add first-class polymorphism over smart pointers, shared/circular reference tracking, and a single binary wire format across six languages, and you get a rare combo: expressive native C++ types plus cross-language compatibility. The main question is ecosystem adoption and whether the language runtimes and benchmarks hold up in messy real-world schemas.