diff --git a/classppqsort_1_1impl_1_1cpp_1_1_task_stack.html b/classppqsort_1_1impl_1_1cpp_1_1_task_stack.html index e3aa09f..2faa8c1 100644 --- a/classppqsort_1_1impl_1_1cpp_1_1_task_stack.html +++ b/classppqsort_1_1impl_1_1cpp_1_1_task_stack.html @@ -82,24 +82,107 @@
This repository offers a test and benchmark suite for PPQSort (Parallel Pattern QuickSort). It's used for comparing various sorting algorithms.
This repository offers a test and benchmark suite for PPQSort (Parallel Pattern QuickSort). These benchmarks were used to evaluate the performance of PPQSort against other parallel sorting algorithms. PPQSort is a parallel Quicksort algorithm which draws inspiration from sequential pdqsort algorithm.
For more information about PPQSort, please refer to the PPQSort repository.