/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 2777.4.1 18 years ago Andrew Bennetts Move HPSS protocol description from bzrlib.smart d 4.5 KB Diff Download File
branch.py 3691.2.5 17 years ago Martin Pool Add Branch.get_stacked_on_url rpc and tests for sa 10.3 KB Diff Download File
bzrdir.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 6.3 KB Diff Download File
client.py 3731.2.1 17 years ago Andrew Bennetts Show total HPSS calls (if any) on stderr when -Dhp 8.4 KB Diff Download File
medium.py 3750.1.4 16 years ago Vincent Ladeuil merge bzr.dev 32.5 KB Diff Download File
message.py 3750.1.2 16 years ago Vincent Ladeuil Fixed as per Andrew's review. * bzrlib/smart/mess 11.8 KB Diff Download File
packrepository.py 3801.1.20 16 years ago Andrew Bennetts Return ('ok',) rather than an error the autopack R 1.5 KB Diff Download File
protocol.py 3709.1.1 17 years ago Martin Pool Merge 1.7 branch including fix for #269214 and #26 46.3 KB Diff Download File
repository.py 3695.1.1 17 years ago Andrew Bennetts Remove some unused imports and fix a couple of tri 15.5 KB Diff Download File
request.py 3801.1.7 16 years ago Andrew Bennetts Merge bzr.dev. 18.6 KB Diff Download File
server.py 3224.5.38 16 years ago Andrew Bennetts Merge from bzr.dev; resolve osutils.py conflict by 12.2 KB Diff Download File
vfs.py 3779.3.1 16 years ago Andrew Bennetts Move encoding/decoding logic of PermissionDenied a 7 KB Diff Download File