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 & <0.12) |
| License | BSD3 |
| Copyright | 2010 Simon Meier 2010 Jasper Van der Jeugt |
| Author | Jasper Van der Jeugt, Simon Meier |
| Maintainer | Simon Meier <iridcode@gmail.com> |
| Stability | Experimental |
| Category | Data |
| Home page | http://github.com/meiersi/blaze-builder |
| Bug tracker | http://github.com/meiersi/blaze-builder/issues |
| Source repository | git clone https://github.com/meiersi/blaze-builder.git |
| Upload date | Fri Jan 7 08:20:55 UTC 2011 |
| Uploaded by | SimonMeier |
| Built on | ghc-7.0 |
| Distributions | Fedora: 0.3.1.0, NixOS: 0.3.1.1, Debian: 0.3.1.0, FreeBSD: 0.3.1.1 |
Modules
Downloads
- blaze-builder-0.2.1.4.tar.gz (Cabal source package)
- package description (included in the package)