blaze-builder: Efficient buffered output.
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.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- blaze-builder-0.4.2.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 |
---|---|
Change log | CHANGES |
Dependencies | base (>=4 && <5), bytestring (>=0.9 && <1.0), bytestring-builder, deepseq, ghc-prim, semigroups (>=0.16 && <0.20), text (>=0.10 && <2.1) [details] |
Tested with | ghc ==9.2.1, ghc ==9.0.1, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2, ghc ==7.10.3, ghc ==7.8.4, ghc ==7.6.3, ghc ==7.4.2, ghc ==7.0.4 |
License | BSD-3-Clause |
Copyright | (c) 2010-2014 Simon Meier (c) 2010 Jasper Van der Jeugt (c) 2013-2015 Leon P Smith |
Author | Jasper Van der Jeugt, Simon Meier, Leon P Smith |
Maintainer | https://github.com/blaze-builder |
Revised | Revision 1 made by AndreasAbel at 2021-12-26T16:14:02Z |
Category | Data |
Home page | https://github.com/blaze-builder/blaze-builder |
Bug tracker | https://github.com/blaze-builder/blaze-builder/issues |
Source repo | head: git clone https://github.com/blaze-builder/blaze-builder.git |
Uploaded | by AndreasAbel at 2021-10-18T21:39:41Z |
Distributions | Arch:0.4.2.3, Debian:0.4.1.0, Fedora:0.4.2.3, FreeBSD:0.4.0.1, LTSHaskell:0.4.2.3, NixOS:0.4.2.3, Stackage:0.4.2.3, openSUSE:0.4.2.3 |
Reverse Dependencies | 285 direct, 7996 indirect [details] |
Downloads | 347352 total (39 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] |