Virtual-Memory Powersort
Abstract
We give a more space-efficient implementation of adaptive mergesort: Virtual-Memory Powersort. Using internal buffering techniques, we significantly reduce the memory consumption of the algorithm; specifically, for sorting objects the required buffer area is reduced from space for objects to objects. While this space-efficiency can be achieved (indeed reduced to ) conceptually very easily with known inplace merging algorithms, using these as a drop-in replacement for the standard merge algorithm incurs a substantial slow-down. Virtual-Memory Powersort, by contrast, uses the same number of moves and comparisons as previous Powersort implementations up to an additive term. We report on an empirical running-time study comparing our implementation against other Powersort variants and state-of-the-art stable sorting methods, demonstrating that almost in-place stable sorting can be achieved with negligible overhead in many scenarios.
Cite
@article{arxiv.2605.27147,
title = {Virtual-Memory Powersort},
author = {Finn Moltmann and Tamio-Vesa Nakajima and Sebastian Wild},
journal= {arXiv preprint arXiv:2605.27147},
year = {2026}
}