|
Thrill
0.1
|
#include <thrill/api/collapse.hpp>#include <thrill/api/dia.hpp>#include <thrill/api/equal_to_dia.hpp>#include <thrill/api/generate.hpp>#include <thrill/api/print.hpp>#include <thrill/api/read_binary.hpp>#include <thrill/api/size.hpp>#include <thrill/api/sort.hpp>#include <thrill/api/window.hpp>#include <thrill/api/write_binary.hpp>#include <thrill/api/zip.hpp>#include <thrill/common/logger.hpp>#include <thrill/common/ring_buffer.hpp>#include <tlx/cmdline_parser.hpp>#include <algorithm>#include <limits>#include <random>#include <stdexcept>#include <string>#include <tuple>#include <utility>#include <vector>
Include dependency graph for rl_bwt.cpp:Go to the source code of this file.
Functions | |
| template<typename InputDIA > | |
| auto | ConstructRLBWT (const InputDIA &input_dia) |
| int | main (int argc, char *argv[]) |
Variables | |
| struct IndexChar | TLX_ATTRIBUTE_PACKED |
| auto ConstructRLBWT | ( | const InputDIA & | input_dia | ) |
Definition at line 50 of file rl_bwt.cpp.
References thrill::api::DisjointTag, and thrill::api::EqualToDIA().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 85 of file rl_bwt.cpp.
References CmdlineParser::add_opt_param_size_t(), CmdlineParser::add_opt_param_string(), ConstructRLBWT(), thrill::api::Generate(), CmdlineParser::process(), thrill::api::Run(), CmdlineParser::set_author(), and sLOG1.
| struct IndexChar TLX_ATTRIBUTE_PACKED |