https://issues.dlang.org/show_bug.cgi?id=11229

--- Comment #6 from Jack Stouffer <j...@jackstouffer.com> ---
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)

--

Reply via email to