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

Considering upgrading to simdjson 0.3.0 #25

Closed lemire closed 4 years ago

lemire commented 4 years ago

Version 0.3 of simdjson is now available

Highlights

Minor Highlights

luizperes commented 4 years ago

Will do it soon, thanks @lemire!

cc @dalisoft

lemire commented 4 years ago

@luizperes Be warned that the API changed a lot, but it is a lot better (we still have the old API, but it is deprecated). The new way is much, much nicer.

luizperes commented 4 years ago

Hi @lemire, yeah, I saw that, I will try to include that as well reflecting in the bindings.

For now, I am using the deprecated methods, but I will update to the JSON index style once I have more free time.

luizperes commented 4 years ago

Done on #29