2019
DOI: 10.1007/s11227-019-02850-5
|View full text |Cite
|
Sign up to set email alerts
|

Investigating power efficiency of mergesort

Abstract: Excessive power consumption emerged as a major obstacle to achieving exascale performance in next-generation supercomputers, creating a need to explore new ways to reduce those requirements. In this study, we present a comprehensive empirical investigation of a power advantage anticipated in the mergesort method based on identifying a feature expected to be physically power efficient. We use a highperformance quicksort as a realistic baseline to compare. Results show a generic mergosort to have a distinct adva… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

1
16
0

Year Published

2022
2022
2023
2023

Publication Types

Select...
4
1

Relationship

1
4

Authors

Journals

citations
Cited by 8 publications
(17 citation statements)
references
References 29 publications
1
16
0
Order By: Relevance
“…The authors chose 300 after running test trials and found that averages tended to start converging after 230 runs. Dataset sizes were chosen based on cache miss data from [11], where they used the same CPU. Some experimentation with different sizes confirmed that power readings for datasets located in the same cache level were reasonably similar.…”
Section: The Datasetsmentioning
confidence: 99%
See 4 more Smart Citations
“…The authors chose 300 after running test trials and found that averages tended to start converging after 230 runs. Dataset sizes were chosen based on cache miss data from [11], where they used the same CPU. Some experimentation with different sizes confirmed that power readings for datasets located in the same cache level were reasonably similar.…”
Section: The Datasetsmentioning
confidence: 99%
“…It encourages rethinking time optimization, which has long been a classic interest in computing, as it may sometimes interfere with the power concerns of systems where saving power may be of primary interest. With those concerns in mind, [11] examined the power efficiency of mergesort against that of quicksort, the standard general-purpose sorting algorithm. Their results showed that the power consumption of the mergesort was significantly better than an optimized quicksort when it exploited the barrel shifter, a digital binary shift circuit, to do the partitioning phase.…”
Section: Introductionmentioning
confidence: 99%
See 3 more Smart Citations