Concurrent Segmented Hash table implemented and tests added
7 files changed
tree: 06fdf26dd88ac4468e3eed29ae4f714ce14f0c14
  1. ConcQueue.h
  2. ConcQueueTest.cpp
  3. ConcSegHashTable.h
  4. ConcSegHashTableTest.cpp
  5. Hash Table design
  6. QueueLock.h
  7. QueueLockTest.cpp
  8. README.md
README.md

Concerted

Concerted is a library of concurrent data structures that allow multiple threads to simultaneously access the same instance of a data structure.It is independent of the threading library(POSIX etc.) used in the user code.