English

Sharded Elimination and Combining for Highly-Efficient Concurrent Stacks

Distributed, Parallel, and Cluster Computing 2026-01-09 v1 Programming Languages

Abstract

We present a new blocking linearizable stack implementation which utilizes sharding and fetch&increment to achieve significantly better performance than all existing concurrent stacks. The proposed implementation is based on a novel elimination mechanism and a new combining approach that are efficiently blended to gain high performance. Our implementation results in enhanced parallelism and low contention when accessing the shared stack. Experiments show that the proposed stack implementation outperforms all existing concurrent stacks by up to 2X in most workloads. It is particularly efficient in systems supporting a large number of threads and in high contention scenarios.

Keywords

Cite

@article{arxiv.2601.04523,
  title  = {Sharded Elimination and Combining for Highly-Efficient Concurrent Stacks},
  author = {Ajay Singh and Nikos Metaxakis and Panagiota Fatourou},
  journal= {arXiv preprint arXiv:2601.04523},
  year   = {2026}
}

Comments

extended version of paper in PPoPP 2026

R2 v1 2026-07-01T08:55:25.669Z