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 | 2013-05-19 | 631 Bytes |
|
| cds-1.4.0.tar.gz | 2013-05-19 | 2.8 MB | |
| cds-1.4.0.zip | 2013-05-19 | 4.2 MB | |
| Totals: 3 Items | 7.0 MB | 2 | |
- Added: user-space RCU garbage collector (5 different implementations), see cds::urcu namespace - Added: RCU-related set/map container specializations - Added: Skip-list specialization for cds::gc::nogc (undeletable skip-list) - For set/map classes: find_with and erase_with member functions have been added. These functions allow to use different predicates for searching. - Added: threading model based on C++11 thread_local keyword (CDS_THREADING_CXX11). At present, only gcc 4.8 supports such model. - Fixed: bug #11 "ABA bug in libcds 1.3.1 cds/intrusive/msqueue.h" Thanks to Jelle van den Hooff. - Added support for GCC 4.8