http://d.puremagic.com/issues/show_bug.cgi?id=8219
Denis Shelomovskij <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Denis Shelomovskij <[email protected]> 2012-09-11 20:35:29 MSD --- Looks like Marco Righele was the first with this issue: http://forum.dlang.org/thread/[email protected] Fix added to https://github.com/D-Programming-Language/phobos/pull/778 >From commit message: 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. P.S. I have no idea how such performance killer was added but with a fix of this issue we will finally get non-“considered out-dated” file IO suitable for simple programs with text output. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
