[phobos] UnbufferedFile, or, abstracting the File ranges

Andrei Alexandrescu andrei at erdani.com
Tue May 11 10:59:56 PDT 2010


Steve Schveighoffer wrote:
> Yes, you are right.  byChunk is OK.  byByte is still not, calling a syscall for each byte is not very fast, no matter what the source of the input.

The point is that sometimes you need exactly that kind of control, the 
most trivial example being "press any key".


Andrei


More information about the phobos mailing list