Rev 3672: NEWS in http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/btree

John Arbash Meinel john at arbash-meinel.com
Fri Aug 22 03:29:10 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.7-dev/btree

------------------------------------------------------------
revno: 3672
revision-id: john at arbash-meinel.com-20080822022908-420tr0519tdz6pxy
parent: john at arbash-meinel.com-20080822021827-682x4linhe28stky
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: btree
timestamp: Thu 2008-08-21 21:29:08 -0500
message:
  NEWS
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-08-19 14:54:08 +0000
+++ b/NEWS	2008-08-22 02:29:08 +0000
@@ -60,6 +60,12 @@
 
   INTERNALS:
 
+    * ``bzrlib.btree_index`` is now available, providing a b-tree index
+      layer. The design is memory conservative (limited memory cache),
+      faster to seek (approx 100 nodes per page, gives 100-way fan out),
+      and stores compressed pages allowing more keys per page.
+      (Robert Collins, John Arbash Meinel)
+
     * ``bzrlib.diff.DiffTree.show_diff`` now skips changes where the kind
       is unknown in both source and target.
       (Robert Collins, Aaron Bentley)



More information about the bazaar-commits mailing list