simdjson_ruby
simdjson_ruby copied to clipboard
Improve efficiency with 'SAX' API.
The current implementation has two steps:
- Parse JSON string and construct a tape
- Generate ruby instances from the tape
According to the roadmap(https://github.com/simdjson/simdjson/issues/997), SAJ API will be available someday. We would bypass the tape construction with SAJ, which improves efficiency.