chadaustin / sajson

Lightweight, extremely high-performance JSON parser for C++11
MIT License
562 stars 42 forks source link

Remove intermediate format #18

Closed aeidelson closed 7 years ago

aeidelson commented 7 years ago

Not in love with this approach, so feel free to patch in and fix if you have any better ideas. It seems to be quite a bit slower than the current API in practice (50% slower), probably because of all the communication with the C api.

aeidelson commented 7 years ago

Retrying in another pull request