Thrill
0.1
|
#include <examples/suffix_sorting/suffix_sorting.hpp>
#include <thrill/api/cache.hpp>
#include <thrill/api/collapse.hpp>
#include <thrill/api/dia.hpp>
#include <thrill/api/generate.hpp>
#include <thrill/api/max.hpp>
#include <thrill/api/prefix_sum.hpp>
#include <thrill/api/print.hpp>
#include <thrill/api/sort.hpp>
#include <thrill/api/window.hpp>
#include <thrill/api/zip.hpp>
#include <thrill/api/zip_with_index.hpp>
Go to the source code of this file.
Classes | |
struct | IndexChar< Char, Index > |
struct | IndexFlag< Index > |
struct | IndexRank< Index > |
A pair (index, rank) More... | |
struct | IndexRankFlag< Index > |
Namespaces | |
examples | |
examples::suffix_sorting | |
Macros | |
#define | THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_LCP_HEADER |
Functions | |
template<typename InputDIA , typename IndexDIA > | |
IndexDIA | ConstructLCP (const InputDIA &input, const IndexDIA &, const InputDIA &bwt, uint64_t input_size) |
Variables | |
struct examples::suffix_sorting::IndexRank | TLX_ATTRIBUTE_PACKED |
#define THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_LCP_HEADER |
Definition at line 13 of file construct_lcp.hpp.