[Issue 7515] The new std.string.translate is slow for ASCII text
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 10 20:30:38 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7515
--- Comment #13 from github-bugzilla at puremagic.com 2012-06-10 20:32:42 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/08acc16b830b35572e6ea004d936a7b2522801b8
Fix issue 7515
I created an adjusted version of translate which is ASCII-only and
renamed maketrans to makeTrans with some minor changes. Instead of
deprecating the old translate and maketrans, maketrans is now a
deprecated alias of makeTrans, and the new ASCII-only translate should
be compatible with the old one.
https://github.com/D-Programming-Language/phobos/commit/94c06fb2469c0d98be842438b749e61571b42fe3
Merge pull request #609 from jmdavis/7515
Fix issue 7515
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list