- https://github.com/ruby/json/releases/tag/v2.7.3 - https://github.com/ruby/json/releases/tag/v2.8.0
Clickable:
https://github.com/ruby/json/releases/tag/v2.7.3
https://github.com/ruby/json/releases/tag/v2.8.0
Looks like v2.8.0 processes twitter.json at about half a gigabyte/s. The size of twitter.json has changed between the versions, I wonder why that is?
For parsing benchmarks, it read the pretty formatted file that is committed in the repository.
But for generation benchmarks it doesn't dump it pretty formatted, so there's much less whitespaces and newlines making the file a bit smaller.
https://github.com/rails/rails/commit/70ca4ab91af15714cae4e8...