luizperes / simdjson_nodejs

Node.js bindings for the simdjson project: "Parsing gigabytes of JSON per second"
https://arxiv.org/abs/1902.08318
Apache License 2.0
549 stars 25 forks source link

NOT AN ISSUE, QUESTION : What is the difference between on demand parser and dom :: parser #64

Open gandharva26 opened 1 year ago

gandharva26 commented 1 year ago

What was the intuition behind developing on demand parser present in quick start, since dom::parser provides faster parsing?