Skip to content

weissan/QuickXsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickXsort

This repository contains the QuickMergesort variants examined in the papers "QuickXsort -- A Fast Sorting Scheme in Theory and Practice" by Stefan Edelkamp, Armin Weiß and Sebastian Wild and "Worst-Case Efficient Sorting with QuickMergesort" by Stefan Edelkamp and Armin Weiß.

  • For running time experiments with one single algorithm (the algorithm names are the file names of the *.h++ files):

    • make <algorithm>.time
  • For running time and comparison measurements of "Worst-Case Efficient Sorting with QuickMergesort" (output written to .csv file):

    • make undersamplingcomptest
    • make mqmsOnlycomptest
    • make mqmsOnlytimetest
    • make mqmsAlgtimetesttypes
    • make mqmsHybridtimetest

    In the paper the algorithms are referred to as follows:

    • Hybrid QMS: quickmerge_hybrid.h++
    • MQMS_{11/5}: quickmerge_worst_case_efficient_3_5_undersampling.h++
    • MQMS: quickmerge_worst_case_efficient_3_5.h++
    • bMQMS: quickmerge_worst_case_efficient.h++
  • For running time and comparison measurements of "QuickXsort -- A Fast Sorting Scheme in Theory and Practice" (output written to .csv file):

    • make qXcomptest
    • make qXcomptestsmalldense
    • make qXtimetest
    • make singlerepetitiontimetest (for variance measurements)
    • make singlerepetitioncomptest (for variance measurements)
  • For comparison and move experiments with one single algorithm: make .comp make .move These tests are not implemented for all algorithms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •