Forked from
Knot projects / Knot DNS
Source project has a limited visibility.
-
Lubos Slovak authored
Hash table now contains pointers to hash table items instead of items themselves. Only locking is to avoid multiple insertions. The table does not avoid conflicts when removing items or while moving items around due to rehashing. All will be done on higher level using RCU Added directory doc/ for documentation.
Lubos Slovak authoredHash table now contains pointers to hash table items instead of items themselves. Only locking is to avoid multiple insertions. The table does not avoid conflicts when removing items or while moving items around due to rehashing. All will be done on higher level using RCU Added directory doc/ for documentation.