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 val.between?(start, end) to range comparisons #84

Closed jzakiya closed 1 year ago

jzakiya commented 8 years ago

add value.between?(start, end) to range compares. It tested fastest against others on MRI 2.2.3, and tied for best on JRuby 9.0.4.0