2020
DOI: 10.48550/arxiv.2002.05599
|View full text |Cite
Preprint
|
Sign up to set email alerts
|

Engineering Faster Sorters for Small Sets of Items

Abstract: Sorting a set of items is a task that can be useful by itself or as a building block for more complex operations. That is why a lot of effort has been put into finding sorting algorithms that sort large sets as efficiently as possible. But the more sophisticated and fast the algorithms become asymptotically, the less efficient they are for small sets of items due to large constant factors.A relatively simple sorting algorithm that is often used as a base case sorter is insertion sort, because it has small code… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2020
2020
2020
2020

Publication Types

Select...
1

Relationship

1
0

Authors

Journals

citations
Cited by 1 publication
(1 citation statement)
references
References 18 publications
0
1
0
Order By: Relevance
“…For small inputs, the base case sorter becomes also more relevant. Here we could profit from several results on fast sorting for very small inputs [10,13,16]. Also, we would like to speed up the branchless decision tree with vector instructions.…”
Section: Future Workmentioning
confidence: 99%
“…For small inputs, the base case sorter becomes also more relevant. Here we could profit from several results on fast sorting for very small inputs [10,13,16]. Also, we would like to speed up the branchless decision tree with vector instructions.…”
Section: Future Workmentioning
confidence: 99%