~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/merge-scaling.txt

  • Committer: Alexander Belchenko
  • Date: 2007-06-05 08:02:04 UTC
  • mto: This revision was merged to the branch mainline in revision 2512.
  • Revision ID: bialix@ukr.net-20070605080204-hvhqw69njlpxcscb
sanitizeĀ developersĀ docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
:i: number of revisions between base and other
26
26
 
27
27
Needs
28
 
=====
 
28
-----
29
29
- Access to revision graph proportional to number of revisions read
30
30
- Access to changed file metadata proportional to number of changes and number of intervening revisions.
31
31
- O(1) access to fulltexts
32
32
 
33
33
Notes
34
 
=====
 
34
-----
35
35
Multiparent deltas may offer some nice properties for performance of annotation based merging.