multiway_mergesort.h File Reference
Parallel multiway merge sort. This file is a GNU parallel extension to the Standard C++ Library.
More...
Go to the source code of this file.
Classes
Namespaces
Defines
-
#define _GLIBCXX_PARALLEL_MULTIWAY_MERGESORT_H
Functions
- template<typename RandomAccessIterator , typename _DifferenceTp > void __gnu_parallel::determine_samples (PMWMSSortingData< RandomAccessIterator > *sd, _DifferenceTp num_samples)
- template<bool stable, bool exact, typename RandomAccessIterator , typename Comparator > void __gnu_parallel::parallel_sort_mwms (RandomAccessIterator begin, RandomAccessIterator end, Comparator comp, thread_index_t num_threads)
- template<bool stable, bool exact, typename RandomAccessIterator , typename Comparator > void __gnu_parallel::parallel_sort_mwms_pu (PMWMSSortingData< RandomAccessIterator > *sd, Comparator &comp)
Detailed Description
Parallel multiway merge sort. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file multiway_mergesort.h.