Rev 4078: NEWS in lp:///~jameinel/bzr/intern_keys

John Arbash Meinel john at arbash-meinel.com
Wed Mar 4 02:56:02 GMT 2009


At lp:///~jameinel/bzr/intern_keys

------------------------------------------------------------
revno: 4078
revision-id: john at arbash-meinel.com-20090304025552-rhoamen9pwjkvcua
parent: john at arbash-meinel.com-20090304025410-pzr7phpvarv25jea
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: intern_keys
timestamp: Tue 2009-03-03 20:55:52 -0600
message:
  NEWS
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-03-04 02:50:54 +0000
+++ b/NEWS	2009-03-04 02:55:52 +0000
@@ -217,6 +217,14 @@
       clone if we cannot get a local_abspath for the new bzrdir.
       (Robert Collins)
 
+    * Xml deserialization (inventory and revision texts) now use
+      ``intern()`` rather than ``_get_cached_ascii()``. This avoids having
+      a cache that never expires, and doesn't require casting to Unicode
+      (and caching the Unicode object). This should decrease the total
+      memory consumption when processing many revisions/inventories.
+      (John Arbash Meinel)
+
+
 
 bzr 1.12 "1234567890" 2009-02-13
 --------------------------------



More information about the bazaar-commits mailing list