mre/hyperjson

Add optional support for simdjson-rs behind a feature flag

开放

#66 创建于 2019年9月21日

 (0 条评论) (1 个反应) (0 位负责人)Python (41 个派生)github user discovery
enhancementhacktoberfesthelp wanted

仓库指标

星标
 (511 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南