]> git.tuebingen.mpg.de Git - adu.git/commitdiff
Replace id table by hash table.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 May 2008 16:08:27 +0000 (18:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2008 16:08:27 +0000 (18:08 +0200)
This should make uid lookups much faster. We use a power of two for
the hash table size and open addressing with double hashing to handle
hash collisions.


No differences found