Highlevel lib: use dynamically resized hash table
commit8ff63b9e9bf2d7b90356fa90f60dc07413fd4937
authorMiklos Szeredi <mszeredi@suse.cz>
Mon, 13 Dec 2010 14:46:37 +0000 (13 15:46 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 13 Dec 2010 14:46:37 +0000 (13 15:46 +0100)
tree4c8d2558a375a089e5285dc8c1d997e399f31ce2
parentee7264ac001b1ff4b2eb4b02cd566fb7fc137cb0
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
lib/fuse.c