[Haskell-cafe] whatever happened to sendFile?

Chaddaï Fouché chaddai.fouche at gmail.com
Wed Aug 13 15:01:55 EDT 2008


2008/8/13 Jason Dusek <jason.dusek at gmail.com>:
>  I found an old lib for it:
>
>    http://www.haskell.org/ghc/docs/6.0/html/unix/System.Sendfile.html
>
>  Hoogle turns up nothing, though.
>

That don't sound very useful... Maybe when we only had String it was
much more performant for big transfert, but now we can recode this in
one short line of ByteString code and get the same performance as C.

-- 
Jedaï


More information about the Haskell-Cafe mailing list