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
| Versions | 0.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 |
|---|---|
| Dependencies | base (4.*), bytestring (0.9.*), text (0.10.*) |
| License | BSD3 |
| Author | Jasper Van der Jeugt, Simon Meier |
| Maintainer | jaspervdj@gmail.com, iridcode@gmail.com |
| Stability | Experimental |
| Category | Data |
| Home page | http://github.com/jaspervdj/blaze-builder |
| Bug tracker | http://github.com/jaspervdj/blaze-builder/issues |
| Upload date | Sun Nov 7 18:28:17 UTC 2010 |
| Uploaded by | SimonMeier |
| Built on | ghc-6.12, ghc-7.0 |
| Distributions | Fedora: 0.3.1.0, NixOS: 0.3.1.1, Debian: 0.3.1.0, FreeBSD: 0.3.1.0 |
Modules
Downloads
- blaze-builder-0.2.0.1.tar.gz (Cabal source package)
- package description (included in the package)