Path to this page:
Subject: CVS commit: wip/hs-HTTP
From: Ryosuke Moro
Date: 2013-12-09 23:14:43
Message id: E1Vq96V-000553-8z@sfs-ml-4.v29.ch3.sourceforge.com
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 )
Files: