summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-blaze-builder/slack-desc
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-06-27 16:41:03 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-27 16:41:03 -0400
commitc66ea57c1753635ab31e8f1f92539d1621ecfeae (patch)
tree394775e7944d6ab250276f03e3eacd5f7696ad6b /haskell/haskell-blaze-builder/slack-desc
parentaf4510caf0175afb9de4c1be7fee7fab5943f614 (diff)
downloadslackbuilds-c66ea57c1753635ab31e8f1f92539d1621ecfeae.tar.gz
slackbuilds-c66ea57c1753635ab31e8f1f92539d1621ecfeae.tar.xz
haskell/haskell-blaze-builder: Added (Efficient buffered output)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-blaze-builder/slack-desc')
-rw-r--r--haskell/haskell-blaze-builder/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-blaze-builder/slack-desc b/haskell/haskell-blaze-builder/slack-desc
new file mode 100644
index 0000000000..11bd040d83
--- /dev/null
+++ b/haskell/haskell-blaze-builder/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+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: