pkgsrc-WIP-cvs archive

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

CVS commit: wip/hs-HTTP



Module name:    wip
Committed by:   szptvlfn
Date:           Mon Dec  9 22:14:43 UTC 2013

Modified Files:
        wip/hs-HTTP: Makefile buildlink3.mk distinfo

Log Message:
Update to 4000.2.10

changes:
4000.2.10
 - Merge pull request #48 from nominolo/master
   Fix severe performance issue affecting "cabal update"
   * Turn O(n^2) reverse into O(n)
     This patch improves `cabal update` performance by 10x(!) on my system.
     Due to this issue, `cabal update` was using an extreme amount of CPU,
     while it should be I/O-bound.  The reverse was taking 79s, now it
     takes 0.01s.
 ( #48 => https://github.com/haskell/HTTP/pull/48 )


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.8 -r1.9 wip/hs-HTTP/distinfo
cvs -z3 rdiff -u -r1.9 -r1.10 wip/hs-HTTP/Makefile wip/hs-HTTP/buildlink3.mk

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-HTTP/distinfo?r1=1.8&r2=1.9
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-HTTP/Makefile?r1=1.9&r2=1.10
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-HTTP/buildlink3.mk?r1=1.9&r2=1.10

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

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&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