slack-desc 1.3 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. haskell-blaze-builder: haskell-blaze-builder (Efficient buffered output)
  9. haskell-blaze-builder:
  10. haskell-blaze-builder: This library provides an abstraction of buffered output of byte
  11. haskell-blaze-builder: streams and several convenience functions to exploit it. For
  12. haskell-blaze-builder: example, it allows to efficiently serialize Haskell values to lazy
  13. haskell-blaze-builder: bytestrings with a large average chunk size. The large average
  14. haskell-blaze-builder: chunk size allows to make good use of cache prefetching in later
  15. haskell-blaze-builder: processing steps (e.g. compression) and reduces the sytem call
  16. haskell-blaze-builder: overhead when writing the resulting lazy bytestring to a file or
  17. haskell-blaze-builder: sending it over the network.
  18. haskell-blaze-builder: