~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-18 20:25:52 UTC
  • mfrom: (4413.5.15 1.16-chk-direct)
  • Revision ID: pqm@pqm.ubuntu.com-20090618202552-xyl6tcvbxtm8bupf
(jam) Improve initial commit performance by creating a CHKMap in bulk,
        rather than via O(tree) map() calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  to 1.1 seconds. The improvement for ``bzr ls -r-1`` is more
72
72
  substantial dropping from 54.3 to 1.1 seconds. (Ian Clatworthy)
73
73
 
 
74
* Initial commit performance in ``--2a`` repositories has been improved by
 
75
  making it cheaper to build the initial CHKMap. (John Arbash Meinel)
 
76
 
74
77
* Resolving a revno to a revision id on a branch accessed via ``bzr://``
75
78
  or ``bzr+ssh://`` is now much faster and involves no VFS operations.
76
79
  This speeds up commands like ``bzr pull -r 123``.  (Andrew Bennetts)