History log of /openbsd/usr.bin/cvs/hash_func.c (Results 1 – 1 of 1)
Revision Date Author Comments
# 8fbb14c0 21-Jun-2008 joris <joris@openbsd.org>

add a hash table mechanism based upon hcreate(3) but one that allows
us to maintain multiple hash tables concurrently.

immediatly start using it to keep track of what directories
we have already cre

add a hash table mechanism based upon hcreate(3) but one that allows
us to maintain multiple hash tables concurrently.

immediatly start using it to keep track of what directories
we have already created and what CVS dirs we already created so
we do not recreate them when we do not need to.

we will be switching more internals to use this soon.
rejoice for cheaper lookups.

ok tobias@

show more ...