Open heykirby opened 1 month ago
benchmark, simdjson2 vs jackson, performance is more than 6 times higher. if parsing less of json fields, the performance improvement is particularly obvious. reference
simdjson: 95.936 ops jackson: 15.833
benchmark, simdjson2 vs jackson, performance is more than 6 times higher. if parsing less of json fields, the performance improvement is particularly obvious. reference
simdjson: 95.936 ops jackson: 15.833
I think the benchmark is flawed due to the current setup, see https://github.com/simdjson/simdjson-java/pull/60#discussion_r1797734246 for details.