The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / 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)