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 double splat operator vs merge #126

Closed carlos-contreras closed 7 years ago

carlos-contreras commented 7 years ago

Shows how the double splat operator adds faster Hash merging compared to the Hash#merge method.

Arcovion commented 7 years ago

Thanks!