Show HN: JSON_fast – 35% faster JSON parsing than serde_JSON
3 points
1 day ago
| 1 comment
| github.com
| HN
My first Rust project - managed to optimize JSON parsing beyond serde_json performance using zero-copy techniques and smart caching.
K0IN
20 hours ago
[-]
is this also faster when parsing no arrays or objects in serde? (if I'm not mistaken this lib can't do either)
reply