~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-04-19 16:03:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2432.
  • Revision ID: john@arbash-meinel.com-20070419160300-21woae24a6cgfvpi
NEWS about the MergeSorter improvement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    * ``selftest`` has new short options ``-f`` and ``-1``.  (Martin
9
9
      Pool)
10
10
 
 
11
    * ``bzrlib.tsort.MergeSorter`` optimizations. Change the inner loop
 
12
      into using local variables instead of going through ``self._var``.
 
13
      Improves the time to ``merge_sort`` a 10k revision graph by
 
14
      approximately 40% (~700->400ms).  (John Arbash Meinel)
 
15
 
11
16
  INTERNALS:
12
17
 
13
18
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some