Streaming transport interfaces: input
Steven Schveighoffer
schveiguy at yahoo.com
Thu Oct 14 11:32:35 PDT 2010
On Thu, 14 Oct 2010 13:56:19 -0400, Denis Koroskin <2korden at gmail.com>
wrote:
> Buffering requires and additional level of data copying, and this is bad
> for fast I/O. If you need fast I/O or must pull that out of the stream
> interface. Otherwise chunked read will be less efficient due to
> additional copies to and from buffers.
No it doesn't. Tango's buffer does not require extra copying.
-Steve
More information about the Digitalmars-d
mailing list