Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
There was an error while loading. Please reload this page.
Due to the limitation of simdjson,
SIMDJsonParseronly supports parsing raw text which only contains exactly one JSON record. Delimiting the payload into individual records have to be done in application level by the user.We should explore some possibility to do this in
SIMDJsonParseror contact simdjson authors see if they can support it.