Thrill  0.1
multiway_merge.hpp File Reference
#include <tlx/container/loser_tree.hpp>
#include <algorithm>
#include <functional>
#include <utility>
#include <vector>
+ Include dependency graph for multiway_merge.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MultiwayMergeTree< ValueType, ReaderIterator, Comparator, Stable >
 

Namespaces

 thrill
 
 thrill::core
 

Macros

#define THRILL_CORE_MULTIWAY_MERGE_HEADER
 

Functions

template<typename ValueType , typename ReaderIterator , typename Comparator = std::less<ValueType>>
auto make_multiway_merge_tree (ReaderIterator seqs_begin, ReaderIterator seqs_end, const Comparator &comp=Comparator())
 Sequential multi-way merging switch for a file writer as output. More...
 
template<typename ValueType , typename ReaderIterator , typename Comparator = std::less<ValueType>>
auto make_stable_multiway_merge_tree (ReaderIterator seqs_begin, ReaderIterator seqs_end, const Comparator &comp=Comparator())
 Sequential multi-way merging switch for a file writer as output. More...
 

Macro Definition Documentation

◆ THRILL_CORE_MULTIWAY_MERGE_HEADER

#define THRILL_CORE_MULTIWAY_MERGE_HEADER

Definition at line 13 of file multiway_merge.hpp.