mre/hyperjson

Add optional support for simdjson-rs behind a feature flag

Aberta

#66 aberto em 21 de set. de 2019

 (0 comentário) (1 reação) (0 responsável)Python (41 forks)github user discovery
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.

Guia do colaborador