https://issues.dlang.org/show_bug.cgi?id=17229
--- Comment #3 from Jon Degenhardt ---
I've confirmed that File.byChunk with lockingTextWriter corrupts utf-8 encoded
files.
I used the unicode test file:
http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt
and the example given with the
https://issues.dlang.org/show_bug.cgi?id=17229
Steven Schveighoffer changed:
What|Removed |Added
CC||schvei...@yahoo.com
--- Comment #2 fr
https://issues.dlang.org/show_bug.cgi?id=17229
--- Comment #1 from Jon Degenhardt ---
(In reply to Jon Degenhardt from comment #0)
> Results for the count 9's program, against the 2.7, 14 million line file:
>byLine: 8.98 seconds
>byChunk: 1.64 seconds
Update: The byLine Count 9s progra