~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2008-09-18 19:35:05 UTC
  • Revision ID: john@arbash-meinel.com-20080918193505-d1jihbz38y6ooty3
It seems the specific layout of dicts doesn't matter.
Using 2 dicts, 1 dict and a list, 1 dict all had identical memory
and CPU numbers. The only thing that matters is:

a) We can't use mixed mode with a single dictionary, because
   it gets very confused and performs poorly.
b) If you always use tuples, you cut memory from 410MB => 272MB, but
   performance jumps 42s => 50s
c) 'mixed' mode is inbetween, with 400MB and 43s. However, it is
   pretty much just the 'frozenset' performance.
Filename Latest Rev Last Changed Committer Comment Size
..
bzrlib 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
contrib 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
doc 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
man1 2425.1.1 17 years ago Robert Collins ``make docs`` now creates a man page at ``man1/bzr Diff
tools 1185.1.29 19 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
.bzrignore 3682 16 years ago Canonical.com Patch Queue Manager (robertc) Stat the contents of directories in inod 969 bytes Diff Download File
.rsyncexclude 1185.33.36 19 years ago Martin Pool Exclude more files from dumb-rsync upload 203 bytes Diff Download File
BRANCH.TODO 3015.4.13 16 years ago Daniel Watkins Cleaned out BRANCH.TODO. 150 bytes Diff Download File
File bzr 3697.4.1 16 years ago John Arbash Meinel Merge in bzr 1.7rc1, open 1.8 for development 5.2 KB Diff Download File
bzr.ico 3688.3.3 16 years ago John Arbash Meinel An updated transparent icon for bzr. 12.7 KB Diff Download File
COPYING.txt 1861.2.9 18 years ago Alexander Belchenko rename gpl.txt => COPYING.txt 17.5 KB Diff Download File
File generate_docs.py 2911.6.1 17 years ago Blake Winton Change 'print >> f,'s to 'f.write('s. 2.9 KB Diff Download File
INSTALL 2696.2.4 17 years ago Aaron Bentley Fix typo 1.4 KB Diff Download File
Makefile 3653.1.1 16 years ago Robert Collins Move testing.txt to be with the other developers d 8.4 KB Diff Download File
NEWS 3711.3.1 16 years ago John Arbash Meinel Change the per-file ancestry code in log.py The o 277 KB Diff Download File
profile_imports.py 3696.1.1 16 years ago John Arbash Meinel Use the right timing function on win32 5.5 KB Diff Download File
README 3286 16 years ago Canonical.com Patch Queue Manager Start 1.4 development 3.3 KB Diff Download File
File setup.py 3688.3.2 16 years ago Mark Hammond build the list of icons without changing directory 21.1 KB Diff Download File
TODO 2382.2.5 17 years ago Martin Pool Contents of TODO file moved into bug tracker 115 bytes Diff Download File