a417ef36f1
Summary: This is a preparation step in case we want to have a custom allocator in SkipList. For example, pool based allocator for SkipListNode. Introduction of MemoryResource and removal of `calloc` has reduced the performance a bit according to micro benchmarks. This performance hit is not visible on benchmarks which do more concurrent operations. Reviewers: mferencevic, mtomic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2140 |
||
---|---|---|
.. | ||
data_structures | ||
query | ||
CMakeLists.txt | ||
edge_storage.cpp | ||
expansion.cpp | ||
mvcc.cpp | ||
rpc.cpp | ||
serialization.cpp | ||
skip_list_common.hpp | ||
skip_list_random.cpp | ||
skip_list_real_world.cpp | ||
skip_list_same_item.cpp | ||
skip_list_vs_stl.cpp | ||
tx_engine.cpp |