NOTICE: This package has been removed from pkgsrc

./wip/hs-base64-bytestring, Fast base64 encoding and deconding for ByteStrings

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


Branch: CURRENT, Version: 1.0.0.1, Package name: hs-base64-bytestring-1.0.0.1, Maintainer: pho

Fast base64 encoding and deconding for ByteStrings


Required to run:
[wip/ghc]

Master sites:

SHA1: ff4bfb12aa25a5947f9818dd6cd974dba145fb70
RMD160: 2de8049cd79525f1590f70f75b7199217c664fc9
Filesize: 8.867 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-31 23:36:31 by Ryosuke Moro | Files touched by this commit (18) | Package removed
Log message:
Remove hs-base64-bytestring, pkgsrc/converters.
Remove hs-scientific, imported to pkgsrc/math.
   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-08-21 20:47:59 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 1.0.0.1

changes:
1.0.0.1
  - reChunkIn: Fix insufficient laziness
      The redundant case for [y] was always forcing one more input chunk to
      be evaluated than necessary to generate an output chunk.
      Signed-off-by: Anders Kaseorg <andersk@mit.edu>

  - typo of "decoding"
  - Simplify reChunkWith
  - Add lazy benchmarks
  - Improve encoding performance by 5%
  - Improve decodeLenient performance by 50%

1.0.0.0
  - Refactor the testsuite a little
  - Add .Lazy variants of the two Base64 modules

0.1.2.0
  - Ensure that joinWith really does what it claims.

0.1.1.3
  - Bump version constraint on bytestring
  - trustworthy flags; fix BM

0.1.1.1
  - Fix performance regression in encoding.
      The encoding table wasn't being let-floated when URL encoding support was
      added, and so it was being regenerated on every call, with catastrophic
      performance consequences (600x slowdown for small inputs on my machine).
   2012-02-11 05:43:19 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to base64-bytestring-0.1.1.0

   2011-10-18 01:39:29 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to base64-bytestring-0.1.0.3

   2011-07-29 22:04:57 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-base64-bytestring-0.1.0.2 as wip/hs-base64-bytestring.

Fast base64 encoding and deconding for ByteStrings