We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f704fd commit 0453d54Copy full SHA for 0453d54
1 file changed
LIMITATIONS.md
@@ -1,4 +1,5 @@
1
To simplify the engineering, we make some assumptions that can be lifted with some effort:
2
3
+- We assume AVX2 support. No support for non-x86 processors is included.
4
- This library cannot parse JSON document of size 16MB or more.
5
- 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.
0 commit comments