/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2009-11-07 01:58:11 UTC
  • Revision ID: john@arbash-meinel.com-20091107015811-apybkqd40koa4b98
Get rid of the GraphIndexBuilder/BTreeBuilder._keys attribute.

This removes a set that grows O(N). We used it for some performance
stuff, because set.intersection is not efficient if other is not
a set. But we can work around that differently. It saves about 2MB
for a set with 100k items in it.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4523.1.4 16 years ago Martin Pool Rename remaining *_implementations tests 7.5 KB Diff Download File
test_compare.py 4722.1.1 16 years ago Andrew Bennetts Merge lp:bzr/2.0 into lp:bzr, duplicating relevant 82.7 KB Diff Download File