/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
..
authentication.txt 3418.5.3 17 years ago Vincent Ladeuil Fixed as per John's review. 6.6 KB Diff Download File
configuration.txt 3368.1.1 17 years ago Andrew Bennetts Fix inaccuracy in configuration.txt help topic. 11.1 KB Diff Download File
conflicts.txt 3144.4.2 17 years ago Aaron Bentley Handle non-directory parent conflicts (abentley, # 7.1 KB Diff Download File
hooks.txt 3825.2.3 16 years ago Jelmer Vernooij Move NEWS entry to latest version, update versions 7.4 KB Diff Download File
patterns.txt 3398.1.26 17 years ago Ian Clatworthy jam feedback - make patterns a separate help topic 1 KB Diff Download File
rules.txt 3630 17 years ago Canonical.com Patch Queue Manager (robertc) Disable .bzrrules from being read from t 928 bytes Diff Download File