changelog
[libcds.git] / change.log
index a427e181f5def203cfa9141256abc51a9ea2532a..42fca077557610c7c56ab9a25aee3550e59abf5d 100644 (file)
@@ -1,4 +1,7 @@
 2.1.0
+    - Added: FeldmanHashSet/Map - an interesting hash map algorithm
+      based on multi-level array, requires perfect hashing or fixed-sized keys.
+      Supports thread-safe bidirectional iterators.
     - Added: BronsonAVLTreeMap - Bronson's et al AVL tree implementation
     - Added: CMake build script, thanks to Eugeny Kalishenko
     - Changed: SplitList performance improving, thanks to Mike Krinkin