~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
..
developers 2481.1.1 17 years ago Robert Collins Move HACKING to docs/developers/HACKING and adjust Diff
en 2691.1.1 17 years ago Ian Clatworthy move most existing topics into the User Guide dir Diff
es 3405.2.1 16 years ago Martin Albisetti * Added directory structure for docs en spanish Diff
bazaar-vcs.org.kid 2691.1.17 17 years ago Ian Clatworthy Fix pretty doc generation so works for all html do 18.2 KB Diff Download File
default.css 3211.7.3 17 years ago Andrew Bennetts Add a comment to the new CSS. 2.1 KB Diff Download File
index.es.txt 3405.2.6 16 years ago Martin Albisetti Added spanish index 1.2 KB Diff Download File
index.txt 3464.3.9 16 years ago Martin Pool Add plugin and integration guides to doc indexes 1.4 KB Diff Download File