The latest version of blaze-builder is 0.4.2.3-0.

blaze-builder

Version 0.4.2.2 revision 1 uploaded by AndreasAbel.

Package meta

Synopsis
Efficient buffered output.
Description

This library 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 system call overhead when writing the resulting lazy bytestring to a file or sending it over the network.

This library was inspired by the module Data.Binary.Builder provided by the binary package. It was originally developed with the specific needs of the blaze-html package in mind. Since then it has been restructured to serve as a drop-in replacement for Data.Binary.Builder, which it improves upon both in speed as well as expressivity.

Author
Jasper Van der Jeugt, Simon Meier, Leon P Smith
Bug reports
https://github.com/blaze-builder/blaze-builder/issues
Category
Data
Copyright
(c) 2010-2014 Simon Meier (c) 2010 Jasper Van der Jeugt (c) 2013-2015 Leon P Smith
Homepage
https://github.com/blaze-builder/blaze-builder
Maintainer
https://github.com/blaze-builder
Package URL
n/a
Stability
Stable

Components