libstdc++
|
Go to the source code of this file.
Implementation of sequential and parallel multiway merge.
Explanations on the high-speed merging routines in the appendix of
P. Sanders. Fast priority queues for cached memory. ACM Journal of Experimental Algorithmics, 5, 2000.
This file is a GNU parallel extension to the Standard C++ Library.
Definition in file multiway_merge.h.
#define _GLIBCXX_PARALLEL_LENGTH | ( | __s | ) |
Length of a sequence described by a pair of iterators.
Definition at line 54 of file multiway_merge.h.
Referenced by __gnu_parallel::__sequential_multiway_merge(), __gnu_parallel::multiway_merge_exact_splitting(), __gnu_parallel::multiway_merge_loser_tree(), __gnu_parallel::multiway_merge_sampling_splitting(), and __gnu_parallel::parallel_multiway_merge().