https://issues.dlang.org/show_bug.cgi?id=11229
--- Comment #6 from Jack Stouffer <[email protected]> --- This, (cast(string)"pg1342.txt".read).map!toLower.array is almost three times faster than (cast(string)"pg1342.txt".read).toLower because of the ASCII optimizations in dchar toLower(dchar c) --
