maciejhirsz / json-rust

JSON implementation in Rust
Apache License 2.0
563 stars 63 forks source link

How is the library memory consumption compared to serde_json? #204

Open gkorland opened 2 years ago

gkorland commented 2 years ago

Looking around it seems like serde_json memory overhead is significant I wonder how good is json-rust compared to it. Also it seems like there are other libraries that are trying to improve it: https://github.com/Diggsey/ijson