[Libcds-user] libcds 1.4.0 is available for downloading
Concurrent Data Structure library
Brought to you by:
khizmax
|
From: Max K. <kh...@gm...> - 2013-05-20 12:25:07
|
libcds 1.4.0 is a general release with following new features: - 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 Download new version from:http://sourceforge.net/projects/libcds/files/cds-1.4.0/ <http://sourceforge.net/projects/libcds/files/cds-1.3.1/> BR Max Khiszinsky |