arXiv · 2309.09359
Concurrent Deterministic Skiplist and Other Data Structures
Abstract
Skiplists are used in a variety of applications for storing data subject to order criteria. In this article we discuss the design, analysis and performance of a concurrent deterministic skiplist on many-core NUMA nodes. We also evaluate the performance of concurrent lock-free unbounded queue implementation and two concurrent multi-reader,multi-writer(MWMR) hash table implementations and compare them with those from Intel's Thread Building Blocks(TBB) library. We introduce strategies for memory management that reduce page faults and cache misses for the memory access patterns in these data structures. This paper proposes hierarchical usage of concurrent data structures in programs to improve memory latencies by reducing memory accesses from remote NUMA nodes.
Explore related subjects
Keep this discovery
Aparna Sasidharan. 2023-09-17. Concurrent Deterministic Skiplist and Other Data Structures. https://arxiv.org/abs/2309.09359
Cite the original work for its findings. Save a collection to share your selection of sources.