~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-24 23:20:14 UTC
  • mfrom: (5365.5.29 2.3-btree-chk-leaf)
  • Revision ID: pqm@pqm.ubuntu.com-20100824232014-nu9owzel2zym2jk2
(jam) Use a custom C type for CHK index entries, saves memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  will be backed up (adding an extention of the form .~#~).
125
125
  (Marius Kruger, #400554)
126
126
 
 
127
* Decrease memory consumption when many chk index pages are loaded. (Such
 
128
  as during ``bzr co`` or ``bzr ls -R`` of a large tree.) Often we need to
 
129
  read many chk pages because the individual chk map nodes will be spread
 
130
  randomly. Peak memory for 'bzr ls -R' on a large tree dropped from 396MB
 
131
  down to 247MB, expect even more significant savings on 64-bit platforms.
 
132
  (John Arbash Meinel)
 
133
 
127
134
* Inventory entries now consume less memory (on 32-bit Ubuntu file entries
128
135
  have dropped from 68 bytes to 40, and directory entries from 120 bytes
129
136
  to 48).  (Andrew Bennetts)