From 8ff63b9e9bf2d7b90356fa90f60dc07413fd4937 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 13 Dec 2010 15:46:37 +0100 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2cf7052..1a9e602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-13 Miklos Szeredi + + * Highlevel lib: use dynamically resized hash table for looking up + by name and node ID. + 2010-11-10 Miklos Szeredi * Add new write_buf() method to the highlevel API. Similarly to -- cgit v1.2.3