callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Benchmarks relative to serde_json #13

Open LPGhatguy opened 5 years ago

LPGhatguy commented 5 years ago

A lot of crates use serde_json, but JSON5 is probably a better fit for a lot of projects.

Introducing benchmarks relative to serde_json would make it more clear whether using the json5 crate instead would be a clear win, since it is from an ergonomics perspective!

I'd love to help with this, maybe using something like Criterion.rs?