pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-base64-bytestring



Module name:    wip
Committed by:   szptvlfn
Date:           Wed Aug 21 18:47:59 UTC 2013

Modified Files:
        wip/hs-base64-bytestring: Makefile PLIST buildlink3.mk distinfo

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@localhost>

  - 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).


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/hs-base64-bytestring/PLIST
cvs -z3 rdiff -u -r1.3 -r1.4 wip/hs-base64-bytestring/Makefile \
    wip/hs-base64-bytestring/buildlink3.mk wip/hs-base64-bytestring/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-base64-bytestring/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-base64-bytestring/Makefile?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-base64-bytestring/buildlink3.mk?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-base64-bytestring/distinfo?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index