Skip to content
Snippets Groups Projects
Commit fed8c18e authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Hash table modified to facilitate RCU.

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.
parent f67acc01
No related branches found
Tags v0.1.2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment