Closed kevin-at-reflexion closed 4 years ago
Oops, looks like UUID supports ruby-1.8.7, I'll go back and fix it for that.
Should be good to go! Ran benchmarks on ruby-1.8.7
, ruby-1.9.3
, ruby-2.1.2
, ree
, and jruby
.
Manually merged due to conflicts.
Improves performance substantially on
parse_raw
,parse_int
,parse_hexdigest
andrandom_create
. Performance for other methods are unaffected.I've done my best to keep the behavior unchanged, even where the behavior doesn't appear covered by rspec.
Tested with ruby-1.9.3 and ruby-2.1.2.