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

Use new simdjson API, upgrade to 0.3.1 #29

Closed jkeiser closed 4 years ago

jkeiser commented 4 years ago

This PR updates simdjson to latest 0.3.1, and uses the new DOM API, which lets the code get a bunch simpler. I didn't try to change any actual logic.

luizperes commented 4 years ago

Hi @jkeiser, I will test your changes and give you a feedback, but for now, it LGTM. Thank you so much for taking the time to do this work.