CuckooMap, CuckooSet:
authorkhizmax <libcds.dev@gmail.com>
Tue, 1 Sep 2015 19:31:01 +0000 (22:31 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 1 Sep 2015 19:31:01 +0000 (22:31 +0300)
commit7759bb803b78eed5a9f8ffc321fdde6bf45156dd
tree7b9f67d2e791b1e9450b455350827db16915fd9c
parent82f27c8336aabb7a554923642d68ae6c4f446f58
CuckooMap, CuckooSet:
- replaced ensure() with update()
- replaced find( key ) with contains( key )

MapDelOdd MT-test was refactored for CuckooMap
19 files changed:
cds/container/cuckoo_map.h
cds/container/cuckoo_set.h
cds/container/details/cuckoo_base.h
cds/container/lazy_kvlist_rcu.h
cds/container/michael_list_rcu.h
cds/container/split_list_set_nogc.h
cds/intrusive/cuckoo_set.h
cds/intrusive/lazy_list_nogc.h
projects/Win/vc12/cds.sln
projects/Win/vc12/unit-map-delodd.vcxproj
tests/data/test-debug.conf
tests/data/test-express.conf
tests/data/test.conf
tests/unit/map2/map_defs.h
tests/unit/map2/map_delodd.cpp
tests/unit/map2/map_delodd.h
tests/unit/map2/map_delodd_cuckoo.cpp
tests/unit/map2/map_type_cuckoo.h
tests/unit/print_cuckoo_stat.h