mre/hyperjson
Add optional support for simdjson-rs behind a feature flag
Aberta
#66 aberto em 21 de set. de 2019
enhancementhacktoberfesthelp wanted
Métricas do repositório
- Stars
- (511 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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.