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
~3.5x faster than JSON.generate
~1.9x faster than JSON.parse
but when I run the tests from the benchmark directory I'm seeing JSON.parse is actually faster than Yajl and JSON.generate only ~ 20% slower, not ~ 350%. I guess the benchmarks were run when the JSON gem still only had a pure ruby implementation?
The text was updated successfully, but these errors were encountered:
The readme tells:
but when I run the tests from the benchmark directory I'm seeing JSON.parse is actually faster than Yajl and JSON.generate only ~ 20% slower, not ~ 350%. I guess the benchmarks were run when the JSON gem still only had a pure ruby implementation?
The text was updated successfully, but these errors were encountered: