• Lubos Slovak's avatar
    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