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

Compare kernel loop and while loop #79

Closed TheSmartnik closed 8 years ago

TheSmartnik commented 8 years ago

I thought it is worth sharing as I was always sure that for an infinite loop, loop is the way to go

JuanitoFatas commented 8 years ago

Thanks @TheSmartnik, did not know while is faster than loop! Nice! :+1: