StripedMap: replace ensure() with update(), find(key) with contains(key)
authorkhizmax <libcds.dev@gmail.com>
Sat, 5 Sep 2015 15:21:04 +0000 (18:21 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 5 Sep 2015 15:21:04 +0000 (18:21 +0300)
commita01d829dfe98ba09786c202eda2c78fc0491f5ea
tree57a7d3a80b35f6d503a637a76f357c1a099be9d5
parente8f967c4534ac2b87914264b79b8cba9424491a7
StripedMap: replace ensure() with update(), find(key) with contains(key)
Refactored Map_InsDel_func MT-test
25 files changed:
cds/container/striped_map.h
cds/container/striped_map/boost_list.h
cds/container/striped_map/boost_slist.h
cds/container/striped_map/std_hash_map.h
cds/container/striped_map/std_list.h
cds/container/striped_map/std_map.h
cds/container/striped_set/adapter.h
projects/Win/vc12/unit-map-insdel.vcxproj
projects/Win/vc12/unit-map-insdel.vcxproj.filters
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_insdel_func.cpp
tests/unit/map2/map_insdel_func.h
tests/unit/map2/map_insdel_func_bronsonavltree.cpp
tests/unit/map2/map_insdel_func_cuckoo.cpp
tests/unit/map2/map_insdel_func_ellentree.cpp
tests/unit/map2/map_insdel_func_michael.cpp
tests/unit/map2/map_insdel_func_multilevelhashmap.cpp [new file with mode: 0644]
tests/unit/map2/map_insdel_func_refinable.cpp [deleted file]
tests/unit/map2/map_insdel_func_skip.cpp
tests/unit/map2/map_insdel_func_split.cpp
tests/unit/map2/map_insdel_func_striped.cpp