PACKAGE NAME: haskell-blaze-builder-0.4.0.2-x86_64-1_slonly.txz PACKAGE MIRROR: http://packages.slackonly.com/pub/packages/current-x86_64/ PACKAGE LOCATION: ./haskell/haskell-blaze-builder PACKAGE SIZE (compressed): 128 K PACKAGE SIZE (uncompressed): 1310 K PACKAGE REQUIRED: haskell-text PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: haskell-blaze-builder: haskell-blaze-builder (Efficient buffered output) haskell-blaze-builder: haskell-blaze-builder: This library provides an abstraction of buffered output of byte haskell-blaze-builder: streams and several convenience functions to exploit it. For haskell-blaze-builder: example, it allows to efficiently serialize Haskell values to lazy haskell-blaze-builder: bytestrings with a large average chunk size. The large average haskell-blaze-builder: chunk size allows to make good use of cache prefetching in later haskell-blaze-builder: processing steps (e.g. compression) and reduces the sytem call haskell-blaze-builder: overhead when writing the resulting lazy bytestring to a file or haskell-blaze-builder: sending it over the network. haskell-blaze-builder: