jart / json.cpp

JSON for Classic C++
Other
642 stars 18 forks source link

comparison with rapidjson #8

Closed limingchina closed 1 week ago

limingchina commented 1 week ago

How does it compare to rapidjson in terms of speed and memory consumption? rapidjson has a custom memory allocator. Of course it has more code and the usage is not as straightforward as this one.