/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: John Arbash Meinel
  • Date: 2009-06-02 21:11:18 UTC
  • Revision ID: john@arbash-meinel.com-20090602211118-fjsx4dxokahrqkrr
Change groupcompress.DeltaIndex to be lazy about indexing the first source.

This changes the performance characteristics of 'commit', especially of large files.
The main benefit is that during commit, we won't be doing any deltas as we add
all new content to a new group anyway.
Thus we know that we won't ever use the delta index we were creating, so
we can save both time and memory by never creating the index until it is
needed.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2613.1.2 18 years ago Martin Pool Move bencode tests into util.tests 5 bytes Diff Download File
test_bencode.py 4032.1.1 16 years ago John Arbash Meinel Merge the removal of all trailing whitespace, and 6.7 KB Diff Download File