aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2010-12-13 15:46:37 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2010-12-13 15:46:37 +0100
commit8ff63b9e9bf2d7b90356fa90f60dc07413fd4937 (patch)
tree4c8d2558a375a089e5285dc8c1d997e399f31ce2 /ChangeLog
parentee7264ac001b1ff4b2eb4b02cd566fb7fc137cb0 (diff)
Highlevel lib: use dynamically resized hash table
Use dynamically resized hash table for looking up by name and node ID. The chosen implementation is linear hashing, which features gradual rehashing when while the size of the table increases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cf7052..1a9e602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-13 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Highlevel lib: use dynamically resized hash table for looking up
+ by name and node ID.
+
2010-11-10 Miklos Szeredi <miklos@szeredi.hu>
* Add new write_buf() method to the highlevel API. Similarly to