[Issue 8219] File.writeln is slow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 4 09:57:11 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8219



--- Comment #2 from github-bugzilla at puremagic.com 2012-10-04 09:51:18 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/e281d8deaa8e6adbc42ee5f6dd69d303a7d67b58
Fix Issue 8219 - File.writeln is slow

There is absolutely no need to explicitly flush a stream on new line because it
is expected only for console output which is line buffered or unbuffered by
default.

-- 
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