~bzr-pqm/bzr/bzr.dev

  • 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.2 15 years ago Martin Pool Rename bzrdir_implementations to per_bzrdir 4 KB Diff Download File
test_bzrdir.py 4695.2.2 15 years ago Vincent Ladeuil There is no good reason for not writing a test. * 89.3 KB Diff Download File
test_push.py 4523.1.2 15 years ago Martin Pool Rename bzrdir_implementations to per_bzrdir 2.4 KB Diff Download File