You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I make a peformance test between simdjson and jackson, the result is simdjson slower much than jackson. why?
the result:
SimdJson deserialize run 100000 cost 80532ms;
Jackson deserialize run 100000 cost 1902ms;
code demo:
profiler:
The text was updated successfully, but these errors were encountered:
I'm closing this because, without additional information (mentioned in the above comment), I cannot address it. Feel free to reopen if you can answer my questions.
I make a peformance test between simdjson and jackson, the result is simdjson slower much than jackson. why?

the result:
SimdJson deserialize run 100000 cost 80532ms;
Jackson deserialize run 100000 cost 1902ms;
code demo:
profiler:
The text was updated successfully, but these errors were encountered: