A concurrent closed-chaining-based hash table using Pthreads. An unbounded, total, lock-free concurrent queue. A concurrent Bloom filter. The project includes performance analysis for each ...
This project, part of the CS 798: Multicore Programming course, involves the implementation and analysis of several concurrent hash table algorithms that use probing for collision resolution. The ...