mre/hyperjson

Add optional support for simdjson-rs behind a feature flag

Offen

#66 geöffnet am 21.09.2019

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (41 Forks)github user discovery
enhancementhacktoberfesthelp wanted

Repository-Metriken

Stars
 (511 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide