simdjson_ruby icon indicating copy to clipboard operation
simdjson_ruby copied to clipboard

Improve efficiency with 'SAX' API.

Open saka1 opened this issue 5 years ago • 0 comments

The current implementation has two steps:

  1. Parse JSON string and construct a tape
  2. 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.

saka1 avatar Aug 11 '20 21:08 saka1