~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2005-05-16 04:32:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050516043221-12a9da66feb5d67b
clean up stat cache code:
- smarter UTF-8 and quopri encoding of file names
- check paths are not duplicated in cache
- check lines are well-formed
- more docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==========================
2
 
Bazaar Performance Roadmap
3
 
==========================
4
 
 
5
 
About the performance roadmap
6
 
#############################
7
 
 
8
 
.. include:: performance-roadmap-rationale.txt
9
 
 
10
 
Analysis of use cases
11
 
#####################
12
 
 
13
 
.. include:: performance-use-case-analysis.txt
14
 
 
15
 
.. include:: incremental-push-pull.txt