NOTICE: This package has been removed from pkgsrc

./wip/hs-blaze-builder, Efficient buffered output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.3.2, Package name: hs-blaze-builder-0.3.3.2, Maintainer: pho

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.


Required to run:
[wip/ghc]

Master sites:

SHA1: 832d7100de2dda25625380fb3dd6b82a591dacd5
RMD160: 5d6d025526679fd073b283be81bd94b8a7ce1105
Filesize: 65.792 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58) | Package removed
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2013-12-10 14:29:12 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.3.2

changes:
0.3.3.2
 - Be a bit more conservative with the text dependency < 1.2
   2013-12-05 10:21:32 by PHO / phonohawk | Files touched by this commit (3)
Log message:
Relax build-depends to compile with text-1.0.*

   2013-11-25 11:59:14 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.3.0

CHANGES:
* 0.3.3.0
  - exposed the 'Buffer' constructor to enable keeping around a pool of
    buffers.
* 0.3.2.0
  - added 'writeToByteString' to construct a strict bytestring in a single
    step. We can actually view 'Write's as strict-bytestring builders.
   2013-05-06 01:53:08 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.3.1.1

CHANGES:
0.3.1.1
  - Changed imports of Foreign.Unsafe to make it GHC 7.8 compatible
  - -Wall clean on GHC 7.0 - 7.6
   2012-02-02 14:38:05 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to blaze-builder-0.3.1.0