A collection of concurrent data structure implementations
ds/ - contains all data structures microbenchmark/ - contains ways to test the correctness and performance of the data structures
design patterns/ - a compendium of design patterns used in concurrent programming. An attempt to gain familiarity with concurrent programming and thread safety.