pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-blaze-builder



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Mon May 26 22:01:41 UTC 2014

Added Files:
        pkgsrc/devel/hs-blaze-builder: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Import blaze-builder-0.3.3.2 as devel/hs-blaze-builder,
packaged for wip by pho.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-blaze-builder/DESCR \
    pkgsrc/devel/hs-blaze-builder/Makefile \
    pkgsrc/devel/hs-blaze-builder/PLIST \
    pkgsrc/devel/hs-blaze-builder/buildlink3.mk \
    pkgsrc/devel/hs-blaze-builder/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index