Skip to content

Commit bab0acc

Browse files
committed
Put something in the readme so we can have a PR
1 parent eb2e835 commit bab0acc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
To be able to take advantage of simdjson your system needs to be SIMD compatible. This means to compile with native cpu support and the given features. Look at [The cargo config in this repository](.cargo/config) to get an example.
1919

20+
simd-json.rs supports AVX2, SSE4.2 and NEON.
21+
2022
### jemalloc
2123

2224
If you are writing performance centric code, make sure to use jemalloc and not the system allocator (which has now become default in rust), it gives a very noticeable boost in performance.

0 commit comments

Comments
 (0)