The pysimdjson library could support our document_stream interface (parse_many function). It is well tested as of release 0.7 (with fuzz testing) and works well today. It supports streams of indefinite size.
See https://github.com/simdjson/simdjson/blob/master/doc/parse_many.md
Related to #70
The
pysimdjsonlibrary could support our document_stream interface (parse_manyfunction). It is well tested as of release 0.7 (with fuzz testing) and works well today. It supports streams of indefinite size.See https://github.com/simdjson/simdjson/blob/master/doc/parse_many.md
Related to #70