Re: buffered output to files

2015-10-04 Thread Gerald Jansen via Digitalmars-d-learn
On Saturday, 3 October 2015 at 22:21:08 UTC, Gerald Jansen wrote: My simple test program is here: http://dpaste.dzfl.pl/329023e651c4. An alternative link to the program (that doesn't try to run it) http://codepad.org/FbHJJqYM.

buffered output to files

2015-10-03 Thread Gerald Jansen via Digitalmars-d-learn
In this great article [1] there is a brief section on buffered output to files. Also in this thread [2] I was advised to use explicitly buffered output for maximum performance. This left me perplexed: surely any high-level routines already use buffered IO, no? [1] http://nomad.so/2015/09