fastruby / fast-ruby

:dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.
https://github.com/fastruby/fast-ruby
5.67k stars 376 forks source link

Add JSON.generate vs Oj.dump #132

Closed carlos-contreras closed 3 years ago

carlos-contreras commented 7 years ago

Compares two alternatives for generating a json format starting from a base Hash, the result shows how the oj gem is 9X faster than the default json gem.

carlos-contreras commented 7 years ago

I don't get to be able to resolve the conflict locally, don't see any 🤔

stereobooster commented 6 years ago

it is not always compatible. Plus it is MRI specific. But if we go this way there is also other gems dedicated to make MRI faster though C extensions like: