rubic0n a623252c59 Convert to boolean in C code
casecmp?(str) is 1.5x faster than casecmp(str).zero?
It's 1 less method call in Ruby, and the C code can convert
to boolean, rather than returning a number and determining
if it's zero.
2021-02-17 23:25:10 -06:00
..
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2021-02-17 23:25:10 -06:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2020-01-16 22:57:34 +00:00
2021-02-16 13:35:19 -05:00
2019-07-02 03:10:25 -04:00
2020-11-15 12:48:32 -06:00