[Haskell] ANNOUNCE: network-bytestring 0.1.1: Fast and memory efficient low-level networking

Johan Tibell johan.tibell at gmail.com
Sun Oct 7 05:20:28 EDT 2007


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-bytestring-0.1.1
 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


More information about the Haskell mailing list