Skip to content
Snippets Groups Projects
Forked from Knot projects / Knot DNS
Source project has a limited visibility.
  • Lubos Slovak's avatar
    fed8c18e
    Hash table modified to facilitate RCU. · fed8c18e
    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.
    fed8c18e
    History
    Hash table modified to facilitate RCU.
    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.