mre/hyperjson

Add optional support for simdjson-rs behind a feature flag

オープン

#66 opened on 2019/09/21

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)Python (41 件のフォーク)github user discovery
enhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (511 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド