Subject: CVS commit: wip/hs-blaze-builder
From: PHO / phonohawk
Date: 2011-07-29 18:09:53
Message id: E1Qmpda-0000qC-OL@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import hs-blaze-builder-0.3.0.1 as wip/hs-blaze-builder.

This library provides an abstraction of buffered output of byte
streams and several convenience functions to exploit it. For example,
it allows to efficiently serialize Haskell values to lazy bytestrings
with a large average chunk size. The large average chunk size allows
to make good use of cache prefetching in later processing steps
(e.g. compression) and reduces the sytem call overhead when writing
the resulting lazy bytestring to a file or sending it over the
network.


Files:
RevisionActionfile
1.1importwip/hs-blaze-builder/Makefile
1.1importwip/hs-blaze-builder/PLIST
1.1importwip/hs-blaze-builder/distinfo
1.1importwip/hs-blaze-builder/buildlink3.mk
1.1importwip/hs-blaze-builder/DESCR