[project @ 2003-09-23 13:26:30 by simonmar]
authorsimonmar <unknown>
Tue, 23 Sep 2003 13:26:30 +0000 (13:26 +0000)
committersimonmar <unknown>
Tue, 23 Sep 2003 13:26:30 +0000 (13:26 +0000)
commitcd5b89c13a255afb15c8138fa2381a79bb4acebd
treeaaf0e004d7b0c9ffc77955ea05727a335297bfcd
parent252df78b35918b7ac6113949c864a4668d951f6e
[project @ 2003-09-23 13:26:30 by simonmar]
- Add h{Get,Put}BufNonBlocking

- optimise hGetBuf/hPutBuf so that they use the buffer more.  Lots of
  small hGetBufs will now use the read buffer, rather than repeatedly
  calling into the OS.
GHC/IO.hs