Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Add optional support for simdjson-rs behind a feature flag #66

Open
mre opened this issue Sep 21, 2019 · 0 comments
Open

Add optional support for simdjson-rs behind a feature flag #66

mre opened this issue Sep 21, 2019 · 0 comments
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@mre
Copy link
Owner

mre commented Sep 21, 2019

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.

@mre mre added enhancement New feature or request hacktoberfest help wanted Extra attention is needed labels Sep 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant