~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 4679.3.22.

  • Committer: John Arbash Meinel
  • Date: 2009-09-12 05:03:26 UTC
  • mto: (4679.6.1 2.1-export-c-api)
  • mto: This revision was merged to the branch mainline in revision 4735.
  • Revision ID: john@arbash-meinel.com-20090912050326-k7nuwxtce50dc4yc
It seems that optimizing Keys_hash is not the way to go for 'bzr log' performance.

Baseline bzr.dev time: 702ms
Time with Key: 760ms
Time with Key_richcompare: 751ms
Time with Key_hash: 750ms
Time with Key.hash (stashed hash): 750ms.
Probably need some profiling, though hard to get accurate
profiling at this level.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: