Concerted as an in memory analytical data storage library. Features multivariate queries support and high scalability
23 files changed
tree: bdac0b0d190f521de03cd64e198f1ad6cc7b7fd1
  1. CacheManager.cpp
  2. CacheManager.h
  3. ConcDCT.h
  4. ConcDCTConcurrencyTest.cpp
  5. ConcDCTFileReader.cpp
  6. ConcDCTTest.cpp
  7. ConcDef.h
  8. ConcInvertedIndex.cpp
  9. ConcMAT.h
  10. ConcMATFileReader.cpp
  11. ConcMATTest.cpp
  12. ConcQueue.h
  13. ConcQueueTest.cpp
  14. ConcSegHashTable.h
  15. ConcSegHashTableTest.cpp
  16. ConcSkipListTest.cpp
  17. FileReader.cpp
  18. Hash Table design
  19. QueueLock.h
  20. QueueLock2.h
  21. QueueLockTest.cpp
  22. README.md
  23. sat.trn
  24. skip lists tests
  25. TransactionManager.cpp
  26. TransactionManager.h
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.