FeldmanHashSet/Map: added level statistics
[libcds.git] / change.log
index 7960a2d2658bf5d15266cb381780e805414fd2c3..a427e181f5def203cfa9141256abc51a9ea2532a 100644 (file)
@@ -8,6 +8,9 @@
       see doc.
       Thus, semantics of extract()/get() of all RCU-based set and maps based on 
       MichaelList (MichaelSet/Map, SplitListSet/Map) has been changed too.
+    - Changed: SplitListSet/Map functions get() and get_with() return special wrapper
+      object of type raw_ptr, see doc.
+    - Removed: SplitListSet/Map force_dispose() function.
     - cds::lock namespace is renamed to cds::sync. All classes defined in cds::lock namespace 
       are moved to cds::sync with new names (for example, cds::lock::SpinLock is renamed to
       cds::sync::spin_lock). cds::lock namespace and its contents is deprecated, it is kept