[Issue 17229] File.byChunk w/ stdout.lockingTextWriter is very slow

2017-03-01 Thread via Digitalmars-d-bugs
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

[Issue 17229] File.byChunk w/ stdout.lockingTextWriter is very slow

2017-02-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17229 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #2 fr

[Issue 17229] File.byChunk w/ stdout.lockingTextWriter is very slow

2017-02-27 Thread via Digitalmars-d-bugs
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