Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 20, 2024
1 parent 0306e69 commit 8afc9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This library has been thoroughly tested with sample data as well as fuzzing and
* WASM (wasm32) SIMD is supported
* x86-64: Up to 23 times faster than the std library on valid non-ASCII, up to four times faster on ASCI
* aarch64: Up to eleven times faster than the std library on valid non-ASCII, up to four times faster on ASCII (Apple Silicon)
* 🆕 armv7 NEON support with the `armv7_neon` feature flag on nightly Rust
* 🆕 armv7 NEON support with the `armv7_neon` feature on nightly Rust
* Faster than the original simdjson implementation
* Selects the fastest implementation at runtime based on CPU support (on x86)
* Falls back to the excellent std implementation if SIMD extensions are not supported
Expand Down

0 comments on commit 8afc9d7

Please sign in to comment.