FilterHN
new
ask
show
jobs
submit
FilterHN
show menu
Show HN: JSON_fast – 35% faster JSON parsing than serde_JSON
3 points
by
aidenaistar
1 day ago
|
past
| 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