~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: v.ladeuil+lp at free
  • Date: 2007-05-18 18:20:31 UTC
  • mto: (2485.8.44 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070518182031-gbg2cgidv5l20x9p
Takes Robert comments into account.

* bzrlib/transport/ftp.py:
(FtpTransport.__init__): Write a better explanation.

* bzrlib/tests/test_init.py:
(InstrumentedTransport): Just make hooks a class attribute.
(InstrumentedTransport._get_FTP): Run hook directly in the for
loop.
(TransportHooks.run_hook, TransportHooks.uninstall_hook): Not
needed. The hooks should be cleaned up by the test itself.
(TestInit.setUp.cleanup): Resset to default hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Performance Roadmap
3
3
==========================
4
4
 
5
 
.. Mark sections in included files as following:
6
 
..   level 1 ========
7
 
..   level 2 --------
8
 
..   level 3 ~~~~~~~~
9
 
..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
10
 
 
11
 
.. contents::
12
 
.. sectnum::
13
 
 
14
5
About the performance roadmap
15
6
#############################
16
7
 
17
8
.. include:: performance-roadmap-rationale.txt
18
9
 
19
 
.. include:: planned-performance-changes.txt
20
 
 
21
 
.. include:: performance-contributing.txt
22
 
 
23
 
.. include:: planned-change-integration.txt
24
 
 
25
10
Analysis of use cases
26
11
#####################
27
12
 
28
13
.. include:: performance-use-case-analysis.txt
29
14
 
30
 
Use cases
31
 
#########
32
 
 
33
 
.. include:: initial-push-pull.txt
34
 
 
35
15
.. include:: incremental-push-pull.txt
36
 
 
37
 
.. include:: add.txt
38
 
 
39
 
.. include:: commit.txt
40
 
 
41
 
.. include:: diff.txt
42
 
 
43
 
.. include:: gc.txt
44
 
 
45
 
.. include:: revert.txt
46
 
 
47
 
.. include:: status.txt
48
 
 
49
 
.. include:: annotate.txt
50
 
 
51
 
.. include:: merge-scaling.txt
52
 
 
53
 
.. include:: bundle-creation.txt
54
 
 
55
 
.. include:: uncommit.txt