Y
Hacker News
new
|
ask
|
show
|
jobs
by
aldanor
758 days ago
Or, use sonic_rs::Value which uses simd and arena allocation for keys and in my case for big payloads was 8x faster than serds_json.
Or, use sonic_rs::LazyValue if you want to parse json on demand as you traverse it.
1 comments
ComputerGuru
758 days ago
Hey, that's a nifty looking library. Thanks for pointing it out to me!
link