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 Struct to the Hash vs OpenStruct bench #115

Closed guizmaii closed 3 years ago

guizmaii commented 8 years ago

In the CI results, we can see that since Ruby 2.2 Struct was improved a lot ! We can also see that in JRuby 9 Hashes are better than Structs. Fun :)