7 Oct
2007
7 Oct
'07
9:20 a.m.
network-bytestring: Fast and memory efficient low-level networking ---------------------------------------------------------------------- Strict ByteString versions of the recv/send family of functions, now available from Hackage: tarball: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-bytestrin... darcs: darcs get http://code.haskell.org/network-bytestring The 'network-bytestring' package provides more efficient networking by using strict ByteStrings instead of Strings for sending and receiving data. -- Johan