/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2009-09-04 20:49:12 UTC
  • Revision ID: john@arbash-meinel.com-20090904204912-e6mvz39tpx6u2ii2
Speed up the innermost btree parsing function.
When extracting a key, instead of parsing into a list, and then
casting that into a tuple, just pre-allocate the tuple (we know the
size anyway), and then parse.
This saves approx 10% of the time to parse a btree index.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4449.3.45 16 years ago Martin Pool Add CannedInputUIFactory.assert_all_input_consumed 11.9 KB Diff Download File
text.py 4593 16 years ago Canonical.com Patch Queue Manager (robertc) Partial overhaul of check to do less dup 13.1 KB Diff Download File