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.

貢獻者指南