~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-09-10 23:42:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2000.
  • Revision ID: robertc@robertcollins.net-20060910234217-0ae24d8e666d60d6
All WorkingTree methods which write to the tree, but not to the branch
have been converted to use ``needs_tree_write_lock`` rather than 
``needs_write_lock``. Also converted is the revert, conflicts and tree
transform modules. This provides a modest performance improvement on 
metadir style trees, due to the reduce lock-acquisition, and a more
significant performance improvement on lightweight checkouts from 
remote branches, where trivial operations used to pay a significant 
penalty. It also provides the basis for allowing readonly checkouts.
(Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
      declaration of the locking requirements of a function to ensure that
85
85
      a lock is taken out for casual scripts. (Robert Collins)
86
86
 
 
87
    * All WorkingTree methods which write to the tree, but not to the branch
 
88
      have been converted to use ``needs_tree_write_lock`` rather than 
 
89
      ``needs_write_lock``. Also converted is the revert, conflicts and tree
 
90
      transform modules. This provides a modest performance improvement on 
 
91
      metadir style trees, due to the reduce lock-acquisition, and a more
 
92
      significant performance improvement on lightweight checkouts from 
 
93
      remote branches, where trivial operations used to pay a significant 
 
94
      penalty. It also provides the basis for allowing readonly checkouts.
 
95
      (Robert Collins)
 
96
 
87
97
bzr 0.10.0RC1  2006-08-28
88
98
  
89
99
  IMPROVEMENTS: