Concurrent data structures.
This project contains implementations of different concurrency utilities like locks and different concurrent data structures like Linked Sets, Queues, Stacks... (more data structures are probably coming).
implementations inspired from this book and from the content of this course.