~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-11 17:22:12 UTC
  • mfrom: (5218.2.3 bytes_to_entry_c)
  • Revision ID: pqm@pqm.ubuntu.com-20100511172212-1khjwgh7p1d9zxlu
(jam) Some chk_map and CHKInventory tweaks to reduce CPU overhead for
        full fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
Internals
171
171
*********
172
172
 
 
173
* ``chk_map._bytes_to_text_key`` is now an optimized function to extract
 
174
  the (file-id, revision-id) key from a CHKInventory entry. This can
 
175
  potentially shave 5-10% time off during a large fetch. Related to bug
 
176
  #562666. (John Arbash Meinel)
 
177
 
173
178
* ``log._get_info_for_log_files`` now takes an add_cleanup callable.
174
179
  (Robert Collins)
175
180