~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/performance-roadmap.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-21 05:22:37 UTC
  • mfrom: (2490.2.33 graphwalker)
  • Revision ID: pqm@pqm.ubuntu.com-20070621052237-2phm1z5dg4arrwnk
Avoid topological sorting in Repository.get_ancestry where possible

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
.. include:: planned-performance-changes.txt
20
20
 
21
 
.. include:: performance-contributing.txt
22
 
 
23
21
.. include:: planned-change-integration.txt
24
22
 
25
23
Analysis of use cases
36
34
 
37
35
.. include:: add.txt
38
36
 
39
 
.. include:: commit.txt
40
 
 
41
 
.. include:: diff.txt
42
 
 
43
37
.. include:: gc.txt
44
38
 
45
39
.. include:: revert.txt
46
40
 
47
 
.. include:: status.txt
48
 
 
49
41
.. include:: annotate.txt
50
42
 
51
43
.. include:: merge-scaling.txt
52
44
 
53
45
.. include:: bundle-creation.txt
54
 
 
55
 
.. include:: uncommit.txt