Slabbed hash table. Drops contention on hash table main lock.

git-svn-id: file:///svn/unbound/trunk@194 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-03-23 15:17:11 +00:00
parent 2092d6535a
commit f559c3c2ca
11 changed files with 711 additions and 12 deletions
+2
View File
@@ -49,5 +49,7 @@ extern int testcount;
/** unit test lruhashtable implementation */
void lruhash_test();
/** unit test slabhashtable implementation */
void slabhash_test();
#endif /* TESTCODE_UNITMAIN_H */