Home > Repositories > base > ghc-blaze-builder

ghc-blaze-builder: GHC library: Efficient buffered output

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.
Name:ghc-blaze-builder
Release: 1:0.4.2.3-1mamba
Group:System/Libraries
Maintainer:silvan
License:BSD
Size:75.12 kB
Upstream URL:http://hackage.haskell.org/package/blaze-builder
Build time:2023-12-07 11:27:52
Binary packages and requirements
x86_64aarch64i586
Built RPMSghc-blaze-builder
ghc-blaze-builder-devel
ghc-blaze-builder-doc
ghc-blaze-builder
ghc-blaze-builder-devel
ghc-blaze-builder-doc
ghc-blaze-builder
ghc-blaze-builder-devel
ghc-blaze-builder-doc
Build requirementsghc [1]
ghc-libs [1]
glibc-devel [1]
libgmp-devel [1]
ghc [1]
ghc-libs [1]
glibc-devel [1]
libgmp-devel [1]
ghc [1]
ghc-libs [1]
glibc-devel [1]
libgmp-devel [1]
History of changes
DatePackagerReleaseDescription
2023-12-03silvan0.4.2.3-1mamba- update to 0.4.2.3
2015-04-12davide0.3.3.4-1mamba- update to 0.3.3.4
2013-09-08silvan0.3.1.1-1mamba- package created by silvan using the webbuild interface