~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2010-08-13 19:08:57 UTC
  • mto: (5050.17.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: john@arbash-meinel.com-20100813190857-mvzwnimrxvm0zimp
Lots of documentation updates.

We had a lot of http links pointing to the old domain. They should
all now be properly updated to the new domain. (only bazaar-vcs.org
entry left is for pqm, which seems to still reside at the old url.)

Also removed one 'TODO' doc entry about switching to binary xdelta, since
we basically did just that with groupcompress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
   between two historical trees much more efficiently than the current
121
121
   repositories.
122
122
 
123
 
 * Delta storage optimisation. We plan to change the delta storage logic to use
124
 
   a binary delta like xdelta rather than using line based deltas from python.
125
 
   These binary deltas could be done along ancestry ordering, or other
126
 
   arbitrary patterns chosen for their intended use. Line based deltas will
127
 
   still be created for cached annotations. This is still under some discussion.
128
 
   http://bazaar-vcs.org/PerformanceRoadmap/Xdelta
129
 
 
130
123
 * Greatest distance from origin cache. This is a possible change to introduce,
131
124
   but it may be unnecessary - listed here for completeness till it has been
132
125
   established as [un]needed.