~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-08-23 18:59:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5390.
  • Revision ID: john@arbash-meinel.com-20100823185922-ovs1s9huk95wngk8
Update What's New and NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  will be backed up (adding an extention of the form .~#~).
105
105
  (Marius Kruger, #400554)
106
106
 
 
107
* Decrease memory consumption when many chk index pages are loaded. (Such
 
108
  as during ``bzr co`` or ``bzr ls -R`` of a large tree.) Often we need to
 
109
  read many chk pages because the individual chk map nodes will be spread
 
110
  randomly. Peak memory for 'bzr ls -R' on a large tree dropped from 396MB
 
111
  down to 247MB, expect even more significant savings on 64-bit platforms.
 
112
  (John Arbash Meinel)
 
113
 
107
114
* Inventory entries now consume less memory (on 32-bit Ubuntu file entries
108
115
  have dropped from 68 bytes to 40, and directory entries from 120 bytes
109
116
  to 48).  (Andrew Bennetts)