Show HN: JSON_fast – 35% faster JSON parsing than serde_JSON
github.comMy first Rust project - managed to optimize JSON parsing beyond serde_json performance using zero-copy techniques and smart caching.
My first Rust project - managed to optimize JSON parsing beyond serde_json performance using zero-copy techniques and smart caching.
is this also faster when parsing no arrays or objects in serde? (if I'm not mistaken this lib can't do either)