~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

(jameinel) Update WT.pull to use fast Repository iter_changes when
 .fast_deltas is true. (bug #780677) (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  more efficiently.  For a simple branch it reduces the number of
31
31
  round-trips by about 20%.  (Andrew Bennetts)
32
32
 
 
33
* ``bzr pull`` now properly triggers the fast
 
34
  ``CHKInventory.iter_changes`` rather than the slow generic
 
35
  inter-Inventory changes. It used to use a ``DirStateRevisionTree`` as
 
36
  one of the source trees, which is faster when we have to read the whole
 
37
  inventory anyway, but much slower when we can get just the delta out of
 
38
  the repository. On a 70k record tree, this changes ``bzr pull`` from 28s
 
39
  down to 17s. (John Arbash Meinel, #780677)
 
40
 
33
41
* Slightly reduced memory consumption when fetching into a 2a repository
34
42
  by reusing existing caching a little better.  (Andrew Bennetts)
35
43