~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Author(s): Robert Collins
  • Date: 2008-08-14 14:58:30 UTC
  • mto: (3606.5.4 1.6)
  • mto: This revision was merged to the branch mainline in revision 3634.
  • Revision ID: john@arbash-meinel.com-20080814145830-hsj8dytdcqze3mvg
Cherry-pick Robert's index buffering.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
IN DEVELOPMENT
 
8
--------------
 
9
 
 
10
  BUG FIXES: 
 
11
 
 
12
    * ``GraphIndex`` objects will internally read an entire index if more
 
13
      than 1/20th of their keyspace is requested in a single operation.
 
14
      This largely mitigates a performance regression in ``bzr log FILE``
 
15
      and completely corrects the performance regression in ``bzr log``.
 
16
      The regression was caused by removing an accomodation which had been
 
17
      supporting the index format in use. A newer index format is in
 
18
      development which is substantially faster. (Robert Collins)
 
19
 
 
20
 
7
21
bzr 1.6rc2 2008-08-13
8
22
---------------------
9
23