summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-05 21:46:44 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-05 21:46:44 +0100
commit9ecebb810d1d5b4127df9e6b66efa710d0c86450 (patch)
treed1ab86c0e3a991decd23075ff1b06a422bd1af72 /NEWS
parent234ba98caf5cc5042f18d829b46daf29138cf52a (diff)
downloadlarch-9ecebb810d1d5b4127df9e6b66efa710d0c86450.tar.gz
Up the default size of LRU caches for NodeStoreDisk.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac45a6b..2408d05 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.23, released UNRELEASED
+---------------------------------
+
+* The default size of the LRU cache used by NodeStoreDisk is not 500
+ instead of 100. This provides much better performance with large
+ trees: 37% vs 99% cache hit rates with speed-test for 100k keys.
+
Version 0.22, released 2011-08-03
---------------------------------