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

Update Normal way to apply method vs `&method(...)` for Ruby 2.7.1 #187

Closed jaredsmithse closed 2 years ago

jaredsmithse commented 3 years ago

While doing #186 I noticed block-apply-method.rb might belong in /method vs /general. While moving I re-ran against 2.7.1 and noticed a significant change in performance.

jaredsmithse commented 3 years ago

@JuanitoFatas ping 🙂