cvs commit: fptools/libraries/base/GHC IO.hs

Simon Marlow simonmar at glass.cse.ogi.edu
Tue Sep 23 07:26:31 EDT 2003


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


More information about the Cvs-libraries mailing list