Mercurial > hg
diff hgweb.cgi @ 19713:c2e27e57d250
revlog: add a fast method for getting a list of chunks
This moves _chunkraw into the loop. Doing that improves revlog decompression --
in particular, manifest decompression -- significantly. For a 20 MB manifest
which is the result of a > 40k delta chain, hg perfmanifest improves from 0.55
seconds to 0.49 seconds.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Fri, 06 Sep 2013 16:31:35 -0700 |
parents | 85cba926cb59 |
children | 4b0fc75f9403 |