mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Adding remark.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
To simplify the engineering, we make some assumptions that can be lifted with some effort:
|
||||
|
||||
- We assume AVX2 support. No support for non-x86 processors is included.
|
||||
- This library cannot parse JSON document of size 16MB or more.
|
||||
- We expect the input memory pointer to 256-bit aligned and to be padded (e.g., with spaces) so that it can be read entirely in blocks of 256 bits.
|
||||
|
||||
Reference in New Issue
Block a user