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

Go to the source code of this file.

Classes

class  BufferedMultiwayMergeTree< ValueType, ReaderIterator, Comparator >
 

Namespaces

 thrill
 
 thrill::core
 

Macros

#define THRILL_CORE_BUFFERED_MULTIWAY_MERGE_HEADER
 

Functions

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

Macro Definition Documentation

◆ THRILL_CORE_BUFFERED_MULTIWAY_MERGE_HEADER

#define THRILL_CORE_BUFFERED_MULTIWAY_MERGE_HEADER

Definition at line 13 of file buffered_multiway_merge.hpp.