[Issue 11229] std.string.toLower is slow
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Apr 1 12:49:06 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=11229
Jack Stouffer <jack at jackstouffer.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jack at jackstouffer.com
--- Comment #2 from Jack Stouffer <jack at jackstouffer.com> ---
The single character version of toLower and isAlpha were already optimized for
ASCII, but isNumber wasn't:
https://github.com/D-Programming-Language/phobos/pull/4137
--
More information about the Digitalmars-d-bugs
mailing list