https://issues.dlang.org/show_bug.cgi?id=11791
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|INVALID |--- --- Comment #7 from Dmitry Olshansky <[email protected]> --- > If you want to write more you must use a stream and write several buffers or > use append(). std.stdio.File works because it doesn't bulk-write. Personally std.file could just write huge memory chunks in multiple write calls. There is no requirement for it to be single syscall. --
