Gmane
Picon
From: Johan Tibell <johan.tibell <at> gmail.com>
Subject: ANNOUNCE: network-bytestring 0.1.1: Fast and memory efficient low-level networking
Newsgroups: gmane.comp.lang.haskell.general
Date: 2007-10-07 09:20:28 GMT (31 weeks, 4 days, 18 hours and 8 minutes ago)
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