You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: