Split stress-map-insdelfind test to HP and RCU part
authorkhizmax <libcds.dev@gmail.com>
Sun, 26 Feb 2017 15:16:38 +0000 (18:16 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 26 Feb 2017 15:16:38 +0000 (18:16 +0300)
commit4ff978196e4438e13eb660f660c5e93e45f1c2ff
treebb5766839fe5b981c3dbabd8b28d155e76b6334c
parent8d46f03e1fefe4d58407635a93a09d25986450b5
Split stress-map-insdelfind test to HP and RCU part
21 files changed:
projects/Win/vc14/stress-map-insdelfind.vcxproj
test/stress/map/insdelfind/CMakeLists.txt
test/stress/map/insdelfind/map_insdelfind.cpp
test/stress/map/insdelfind/map_insdelfind_ellentree.cpp [deleted file]
test/stress/map/insdelfind/map_insdelfind_ellentree_hp.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_ellentree_rcu.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_feldman_hashset.cpp [deleted file]
test/stress/map/insdelfind/map_insdelfind_feldman_hashset_hp.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_feldman_hashset_rcu.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_michael.cpp [deleted file]
test/stress/map/insdelfind/map_insdelfind_michael_hp.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_michael_rcu.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_skip.cpp [deleted file]
test/stress/map/insdelfind/map_insdelfind_skip_hp.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_skip_rcu.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_split.cpp [deleted file]
test/stress/map/insdelfind/map_insdelfind_split_hp.cpp [new file with mode: 0644]
test/stress/map/insdelfind/map_insdelfind_split_rcu.cpp [new file with mode: 0644]
test/stress/map/map_type_michael.h
test/stress/map/map_type_skip_list.h
test/stress/map/map_type_split_list.h