English

LearnedSort as a learning-augmented SampleSort: Analysis and Parallelization

Machine Learning 2023-08-30 v1 Databases

Abstract

This work analyzes and parallelizes LearnedSort, the novel algorithm that sorts using machine learning models based on the cumulative distribution function. LearnedSort is analyzed under the lens of algorithms with predictions, and it is argued that LearnedSort is a learning-augmented SampleSort. A parallel LearnedSort algorithm is developed combining LearnedSort with the state-of-the-art SampleSort implementation, IPS4o. Benchmarks on synthetic and real-world datasets demonstrate improved parallel performance for parallel LearnedSort compared to IPS4o and other sorting algorithms.

Keywords

Cite

@article{arxiv.2307.08637,
  title  = {LearnedSort as a learning-augmented SampleSort: Analysis and Parallelization},
  author = {Ivan Carvalho and Ramon Lawrence},
  journal= {arXiv preprint arXiv:2307.08637},
  year   = {2023}
}

Comments

Published in SSDBM 2023

R2 v1 2026-06-28T11:32:42.311Z