Thrill  0.1
construct_lcp.hpp File Reference
+ Include dependency graph for construct_lcp.hpp:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_LCP_HEADER

#define THRILL_EXAMPLES_SUFFIX_SORTING_CONSTRUCT_LCP_HEADER

Definition at line 13 of file construct_lcp.hpp.