The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version cds-2.3.2.tar.gz (4.6 MB)
Email in envelope

Get an email when there's a new version of cds

Home / cds-1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2012-12-29 700 Bytes
cds-1.3.0.zip 2012-12-29 3.3 MB
cds-1.3.0.tar.gz 2012-12-29 2.2 MB
Totals: 3 Items   5.5 MB 2
version 1.3.0 - General release
1. Added: StripedSet, StripedMap - hash set and hash map implementation based on fine-grained lock-striping technique
2. Added: CuckooSet, CuckooMap - implementation of cuckoo hashing algorithm based on fine-grained lock-striping technique
3. Added: SkipListSet, SkipListMap - implementation of lock-free skip list 
4. Added: template <typename... Args> emplace(Args&&... args) member function for all containers in cds::container namespace.
5. Changed: lambda functions are used internally instead of wrapping functors. 
6. Changed: test projects has been splitted for optimizing compile time.
7. Added: support for MinGW (tested with TDM-GCC 64bit, gcc 4.7)
Source: README.txt, updated 2012-12-29