~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-29 06:27:46 UTC
  • mfrom: (3649.5.5 hpss_readv)
  • Revision ID: pqm@pqm.ubuntu.com-20080829062746-ny482m2f2pukdhqt
(jam) Change the HPSS readv() code to buffer and process without
        reallocating.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    * Merging from a previously joined branch will no longer cause 
55
55
      a traceback. (Jelmer Vernooij, #203376)
56
56
    
 
57
    * ``RemoteTransport.readv()`` was being inefficient about how it
 
58
      buffered the readv data and processed it. It would keep appending to
 
59
      the same string (causing many copies) and then pop bytes out of the
 
60
      start of the string (causing more copies).
 
61
      With this patch "bzr+ssh://local" speeds improve by up to 3x.
 
62
      (John Arbash Meinel)
 
63
 
57
64
    * Running ``bzr st PATH_TO_TREE`` will no longer suppress merge
58
65
      status. Status is also about 7% faster on mozilla sized trees
59
66
      when the path to the root of the tree has been given. Users of