~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-05 18:43:18 UTC
  • mfrom: (4672.2.3 2.1-btree-simple-parse)
  • Revision ID: pqm@pqm.ubuntu.com-20090905184318-tw9odqqk4fh93qrv
(jam) Tweak BTreeLeafParser.extract_key to improve index read
        performance 10%

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
Internals
63
63
*********
64
64
 
 
65
* ``BTreeLeafParser.extract_key`` has been tweaked slightly to reduce
 
66
  mallocs while parsing the index (approx 3=>1 mallocs per key read).
 
67
  This results in a 10% speedup while reading an index.
 
68
  (John Arbash Meinel)
 
69
 
65
70
* The ``bzrlib.lsprof`` module has a new class ``BzrProfiler`` which makes
66
71
  profiling in some situations like callbacks and generators easier.
67
72
  (Robert Collins)