Changes for version 0.9_01 - 2010-02-06
- Added String::Numeric::Regexp
- Refactored String::Numeric::PP to use String::Numeric::Regexp
- This gives the PP version a performance increase of ~ 40-80 percent.
- XS version is ~ 400-600 percent faster than PP version and ~ 150-300 percent faster than using regexp.
Modules
Determine whether a string represents a numeric value
Regular expressions for matching numeric values
Provides
in lib/String/Numeric/PP.pm