12 #ifndef THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_QUADRUPLING_HEADER 13 #define THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_QUADRUPLING_HEADER 18 namespace suffix_sorting {
20 template <
typename Index,
typename InputDIA>
24 template <
typename Index,
typename InputDIA>
31 #endif // !THRILL_EXAMPLES_SUFFIX_SORTING_PREFIX_QUADRUPLING_HEADER DIA is the interface between the user and the Thrill framework.
DIA< Index > PrefixQuadrupling(const InputDIA &input_dia, size_t input_size, bool packed)
DIA< Index > PrefixQuadruplingDiscarding(const InputDIA &input_dia, size_t input_size, bool packed)