~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-10-24 22:37:42 UTC
  • mto: (2592.6.7 repository)
  • mto: This revision was merged to the branch mainline in revision 3034.
  • Revision ID: robertc@robertcollins.net-20071024223742-fhjlj7l6lu77s9zq
* Commit with many automatically found deleted paths no longer performs
  linear scanning for the children of those paths during inventory
  iteration. This should fix commit performance blowing out when many such
  paths occur during commit. (Robert Collins, #156491)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
   * Commit no longer checks for new text keys during insertion when the
52
52
     revision id was deterministically unique. (Robert Collins)
53
53
 
 
54
   * Commit with many automatically found deleted paths no longer performs
 
55
     linear scanning for the children of those paths during inventory
 
56
     iteration. This should fix commit performance blowing out when many such
 
57
     paths occur during commit. (Robert Collins, #156491)
 
58
 
54
59
   * Committing a change which is not a merge and does not change the number of
55
60
     files in the tree is faster by utilising the data about whether files are
56
61
     changed to determine if the tree is unchanged rather than recalculating