~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-27 22:09:35 UTC
  • mfrom: (5361.3.8 2.3-dirstate-index)
  • Revision ID: pqm@pqm.ubuntu.com-20100827220935-gwk3320p99ggl80n
(jameinel) use StaticTuple for dirstate and don't use sets in _id_index for
 improved memory use (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  down to 247MB, expect even more significant savings on 64-bit platforms.
135
135
  (John Arbash Meinel)
136
136
 
 
137
* ``DirState`` internals use a little bit less memory. For bzr.dev it
 
138
  drops the memory from 1MB down to about 800kB. And replaces a few
 
139
  thousand tuples and sets with StaticTuple.  (John Arbash Meinel)
 
140
 
137
141
* Inventory entries now consume less memory (on 32-bit Ubuntu file entries
138
142
  have dropped from 68 bytes to 40, and directory entries from 120 bytes
139
143
  to 48).  (Andrew Bennetts)