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

Update bindings to simdjson 0.3 #24

Closed luizperes closed 4 years ago

luizperes commented 4 years ago

Once simdjson is updated to its version 0.3, we no longer will need to pass flags such as the -mavx2. That will fix issues #3 and #23

lemire commented 4 years ago

cc @jkeiser

luizperes commented 4 years ago

I have checked #6 and I think it will fix it too.

luizperes commented 4 years ago

Closing this issue because: