blaze-builder: Efficient construction of bytestrings.
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.
[Skip to Readme]
Modules
[Index]
Downloads
- blaze-builder-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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, 0.3.2.0, 0.3.3.0, 0.3.3.1, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.1.0, 0.4.2.1, 0.4.2.2, 0.4.2.3, 0.4.3, 0.4.4, 0.4.4.1 |
|---|---|
| Change log | CHANGES |
| Dependencies | base (>=4 && <5), bytestring (>=0.9 && <0.10), text (>=0.10 && <0.11) [details] |
| License | BSD-3-Clause |
| Author | Jasper Van der Jeugt, Simon Meier |
| Maintainer | jaspervdj@gmail.com, iridcode@gmail.com |
| Uploaded | by SimonMeier at 2010-11-30T18:15:01Z |
| Category | Data |
| Home page | http://github.com/jaspervdj/blaze-builder |
| Bug tracker | http://github.com/jaspervdj/blaze-builder/issues |
| Reverse Dependencies | 286 direct, 8585 indirect [details] |
| Downloads | 348478 total (74 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |