https://issues.dlang.org/show_bug.cgi?id=11791

Dmitry Olshansky <dmitry.o...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |dmitry.o...@gmail.com
         Resolution|INVALID                     |---

--- Comment #7 from Dmitry Olshansky <dmitry.o...@gmail.com> ---
> 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.

--

Reply via email to