blaze-builder-0.2.1.4: Efficient buffered output.

The blaze-builder package

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.

Properties

Versions0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.1.4, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.3.1.1
Dependenciesbase (4.*), bytestring (0.9.*), text (≥0.10 & <0.12)
LicenseBSD3
Copyright2010 Simon Meier 2010 Jasper Van der Jeugt
AuthorJasper Van der Jeugt, Simon Meier
MaintainerSimon Meier <iridcode@gmail.com>
StabilityExperimental
CategoryData
Home pagehttp://github.com/meiersi/blaze-builder
Bug trackerhttp://github.com/meiersi/blaze-builder/issues
Source repositorygit clone https://github.com/meiersi/blaze-builder.git
Upload dateFri Jan 7 08:20:55 UTC 2011
Uploaded bySimonMeier
Built onghc-7.0
DistributionsFedora: 0.3.1.0, NixOS: 0.3.1.1, Debian: 0.3.1.0, FreeBSD: 0.3.1.1

Modules

Downloads