/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2008-12-09 21:35:49 UTC
  • Revision ID: john@arbash-meinel.com-20081209213549-yc1mqv3l5gun9c63
Start working on a FIFOCache.

This is designed to have less runtime cost than the LRUCache.
Mostly because we don't have to do any recording work on *access*
only on update or delete.
As such, we subclass dict directly, because experiments show that
it performed the best. Unfortunately, even though we don't have
a custom __getitem__ implementation, it is still approx 2x slower
than using a raw dict.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3251.4.3 17 years ago Aaron Bentley More renames and cleanups 8.2 KB Diff Download File
account.py 3834.1.1 16 years ago Martin Pool Better message when you have no Launchpad SSH keys 3.3 KB Diff Download File
lp_directory.py 3834.1.3 16 years ago Martin Pool Shorter message about launchpad-login 4.1 KB Diff Download File
lp_registration.py 3376.2.4 17 years ago Martin Pool Remove every assert statement from bzrlib! Depend 9.6 KB Diff Download File
test_account.py 3834.1.1 16 years ago Martin Pool Better message when you have no Launchpad SSH keys 5.2 KB Diff Download File
test_lp_directory.py 3777.1.21 16 years ago Aaron Bentley Stop including usernames in resolved lp: urls 8.1 KB Diff Download File
test_lp_service.py 3221.4.2 17 years ago Martin Pool Add in thumpers tests for selection of the right L 3.4 KB Diff Download File
test_register.py 3376.2.15 17 years ago Martin Pool Fix assertions in Launchpad registration tests 13.7 KB Diff Download File