Concurrent Deterministic Skiplist and Other Data Structures
This paper presents the design, analysis, and performance evaluation of a concurrent deterministic skiplist alongside lock-free queue and hash table implementations on many-core NUMA systems, introducing memory management strategies and hierarchical usage patterns to reduce page faults, cache misses, and remote memory access latencies.