mre/hyperjson

Add optional support for simdjson-rs behind a feature flag

Open

#66 opened on Sep 21, 2019

 (0 comments) (1 reaction) (0 assignees)Python (41 forks)github user discovery
enhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (511 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide