simonmar 2003/09/23 06:26:31 PDT
Modified files:
libraries/base/GHC IO.hs
Log:
- 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.
Revision Changes Path
1.15 +131 -41 fptools/libraries/base/GHC/IO.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries
