Comment on On-demand JSON: A better way to parse documents?parentComments−TkTech2yThis on-demand model has been implemented in simdjson for awhile. This is just the release of the paper.Previously, simdjson only had a DOM model, where the entire document was parsed in one shot.
Comments
This on-demand model has been implemented in simdjson for awhile. This is just the release of the paper.
Previously, simdjson only had a DOM model, where the entire document was parsed in one shot.