diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,8 +1,18 @@ -GNU dbm NEWS -- history of user-visible changes. 2020-12-23 +GNU dbm NEWS -- history of user-visible changes. 2021-03-21 +Copyright (C) 1990-2021 Free Software Foundation, Inc. See the end of file for copying conditions. Please send gdbm bug reports to <bug-gdbm@gnu.org>. +Version 1.19.90 (git) + +* New bucket cache + +The bucket cache support has been rewritten from scratch. The new +bucket cache code provides for significant speed up of search +operations. + + Version 1.19 - 2020-12-23 * Pre-read the memory mapped regions on systems that support it. |