mre/hyperjson
Add optional support for simdjson-rs behind a feature flag
Aperta
#66 aperta il 21 set 2019
enhancementhacktoberfesthelp wanted
Metriche repository
- Star
- (511 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
simdjson-rs is a Rust port of the extremely fast simdjson JSON parser with serde compatibility. We could make use of that to improve serialization/deserialization performance. This would have to be guarded behind an optional feature flag because it contains a lot of unsafe code.
Careful here, I don't know how much work this is.