Show HN: JSON_fast – 35% faster JSON parsing than serde_JSON
3 aidenaistar 1 6/5/2025, 6:21:03 PM github.com ↗
My first Rust project - managed to optimize JSON parsing beyond serde_json performance using zero-copy techniques and smart caching.
Comments (1)
K0IN · 12h ago
is this also faster when parsing no arrays or objects in serde? (if I'm not mistaken this lib can't do either)