miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.95k stars 262 forks source link

Add simdjson #113

Closed myd7349 closed 1 year ago

myd7349 commented 5 years ago

https://github.com/lemire/simdjson

scarsty commented 5 years ago

it should be great

mloskot commented 4 years ago

The library offers its own performance comparison against RapidJSON https://github.com/lemire/simdjson#performance-results

mohsenomidi commented 4 years ago

Hello to everyone

Would you please add this library benchmarks here to compare with others, especially RapidJSON, the owner of library benchmarks says it is better than RapidJSON, but we need same benchmark tests, to have a valid compare results, it seems it is very fast only on heavy weight json... but needs to have a same benchmark procedures, if it’s possible please add it asap

Best Regards

mloskot commented 4 years ago

@mohsenomidi Asking someone to volunteer do something asap is not even remotely polite. Please, FFS, stop asking and start contributing!

mohsenomidi commented 4 years ago

@mloskot, i am sorry to ask impolitely, i thought it was forgotten because this case opened 10 months ago, and I don’t know the conversation rules as well as native English spokesperson...may its miss understanding in my bad writing, my point was Please don’t forget this issue And it was polite in my mind :) Anyway, I don’t know the procedures to be a contributor, if you can share it, may i can help to writing some simple c++ functions to make it feasible...

mloskot commented 3 years ago

I think this can be closed as https://github.com/miloyip/nativejson-benchmark/pull/131 has been merged

reedgra commented 1 year ago

But it is not appearing in the charts?