json_performance icon indicating copy to clipboard operation
json_performance copied to clipboard

Performance profiling of JSON libraries

Results 5 json_performance issues
Sort by recently updated
recently updated
newest added

I'm wondering if you are interested to add https://github.com/taocpp/json to the benchmark? Thank you.

Since I was curious to know the overhead incurred from using glz::json_t, others may also be interested to know too. MSVC AMD Ryzen Threadripper 3990X 64-Core Processor 2.90 GHz |...

Hey so it seems to build fine with the changes I made to the dev branch of Jsonifier now.

https://github.com/bytedance/sonic-cpp I can add this benchmark. But its documentation says that it currently only supports the x86 platform, I can do some testing first.

Great work! I ran latest json_performance on Ryzen 5600X with gcc 12.2. I found glaze has great improvement! Now I think there are no reason to choose other libraries on...