Incorporated MultiLevelHashMap<RCU> into map MT-test
authorkhizmax <libcds.dev@gmail.com>
Thu, 8 Oct 2015 20:39:08 +0000 (23:39 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 8 Oct 2015 20:39:08 +0000 (23:39 +0300)
commitd771a88adaf209268effe18e7f3df3c91fc445a8
treea28f3ae5222862a8fed192818ca56ccc50b6e458
parent6c73c197db28de65f8ef03f89aeb2bd5a491c337
Incorporated MultiLevelHashMap<RCU> into map MT-test
Adapted Map_DelOdd MT-test for MultiLevelHashMap
20 files changed:
projects/Win/vc12/unit-map-delodd.vcxproj
projects/Win/vc14/unit-map-delodd.vcxproj
projects/source.unit.map.mk
tests/data/test-debug.conf
tests/data/test-express.conf
tests/data/test.conf
tests/unit/map2/CMakeLists.txt
tests/unit/map2/map_defs.h
tests/unit/map2/map_delodd.cpp
tests/unit/map2/map_delodd.h
tests/unit/map2/map_delodd_multilevelhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_type_bronson_avltree.h
tests/unit/map2/map_type_cuckoo.h
tests/unit/map2/map_type_ellen_bintree.h
tests/unit/map2/map_type_michael.h
tests/unit/map2/map_type_multilevel_hashmap.h
tests/unit/map2/map_type_skip_list.h
tests/unit/map2/map_type_split_list.h
tests/unit/map2/std_hash_map.h
tests/unit/map2/std_map.h