~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-05 04:50:30 UTC
  • mfrom: (4398.6.3 1.16-no-first-delta-index)
  • Revision ID: pqm@pqm.ubuntu.com-20090605045030-yj7sm39ao623zoqo
(jam) Delay generating a delta index until we call make_delta()
        [saves a lot of memory during commit of large files.]

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  bugs with stacking and non default formats.)
37
37
  (John Arbash Meinel, #373455)
38
38
 
 
39
* ``--development6-rich-root`` delays generating a delta index for the
 
40
  first object inserted into a group. This has a beneficial impact on
 
41
  ``bzr commit`` since each committed texts goes to its own group. For
 
42
  committing a 90MB file, it drops peak memory by about 200MB, and speeds
 
43
  up commit from 7s => 4s. (John Arbash Meinel)
 
44
 
39
45
* Numerous operations are now faster for huge projects, i.e. those
40
46
  with a large number of files and/or a large number of revisions,
41
47
  particularly when the latest development format is used. These