memgraph/include/data_structures/concurrent
Florijan Stamenkovic 6d981c9cd0 Skiplist minor bugfixes
Summary: Skiplist - fixed support for insertion of (const T&) objects. Before only (T&&) worked.

Test Plan: Tested already with slightliy modified tests.

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot, florijan, buda

Differential Revision: https://phabricator.memgraph.io/D48
2017-02-07 13:15:56 +01:00
..
common.hpp Added documentation. 2016-09-18 23:22:36 +01:00
concurrent_bloom_map.hpp Added Basic BloomFilter and BloomConcurrentMap 2016-12-05 09:03:11 +00:00
concurrent_list.hpp Bugs from concurrent tests aren't solved. TODO: we have to introduce memory tracker for tests 2016-12-21 21:33:58 +01:00
concurrent_map.hpp code documantation work in progress 2016-12-21 11:35:04 +01:00
concurrent_multimap.hpp code documantation work in progress 2016-12-21 11:35:04 +01:00
concurrent_multiset.hpp Added documentation. 2016-09-18 23:22:36 +01:00
concurrent_set.hpp Added documentation. 2016-09-18 23:22:36 +01:00
skiplist_gc.hpp First integration almost done. BOLT still doesn't work as expected, problem is only serialization order. 2016-08-11 04:47:30 +01:00
skiplist.hpp Skiplist minor bugfixes 2017-02-07 13:15:56 +01:00