mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
df8f792183
* Store string length in the string-tape item. * Files are now limited to 4GB. * Moving detection of unescaped chars to stage 1 to reduce the burden due to string parsing. Fixes https://github.com/lemire/simdjson/issues/114 Fixes https://github.com/lemire/simdjson/issues/87