Thrill  0.1
construct_wt.hpp File Reference
#include <thrill/api/collapse.hpp>
#include <thrill/api/max.hpp>
#include <thrill/api/print.hpp>
#include <thrill/api/sort.hpp>
#include <thrill/api/window.hpp>
#include <thrill/api/write_binary.hpp>
#include <thrill/common/logger.hpp>
#include <tlx/math/integer_log2.hpp>
#include <algorithm>
#include <limits>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for construct_wt.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 examples
 
 examples::suffix_sorting
 

Macros

#define THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_WT_HEADER
 

Functions

template<typename InputDIA >
auto ConstructWaveletTree (const InputDIA &input_dia, const std::string &output_path)
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_WT_HEADER

#define THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_WT_HEADER

Definition at line 14 of file construct_wt.hpp.