|
|
|
|
|
by xiphias2
864 days ago
|
|
I don't really understand what's new here compared to what SIMDJSON supported already. Anyways, it's the best JSON parser I found (in any language), I implemented fastgron (https://github.com/adamritter/fastgron) on top of it because of the on demand library performance. One problem with the library was that it needed extra padding at the end of the JSON, so it didn't support streaming / memory mapping. |
|
Previously, simdjson only had a DOM model, where the entire document was parsed in one shot.