anilmaurya / fast_jsonparser

Fastest Json parser for Ruby, wrapper for simdjson
MIT License
307 stars 10 forks source link

Backport simdjson error codes allocations fix. #14

Closed casperisfine closed 4 years ago

casperisfine commented 4 years ago

Ref: https://github.com/simdjson/simdjson/issues/1080 Ref: https://github.com/simdjson/simdjson/pull/1082

This will make it to simdjson 0.5, but in the meantime I think it's a good idea to backport it.

anilmaurya commented 4 years ago

Thank you for your contribution