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

yield vs block.call misleading #68

Closed schmurfy closed 9 years ago

schmurfy commented 9 years ago

What is slower is to bind the block to a variable, not calling it, just try my version and you will see that slow and slow4 are both 4.x slower than yield alone.

JuanitoFatas commented 9 years ago

Could you also update the README.md? Thanks!

schmurfy commented 9 years ago

sure, I will add it today.

schmurfy commented 9 years ago

done.

JuanitoFatas commented 9 years ago

@schmurfy Sorry it took so long. Thank you!!!