tudocomp
– The TU Dortmund Compression Framework
|
A very naive selection strategy for LCPComp. More...
#include <NaiveStrategy.hpp>
Public Member Functions | |
template<typename text_t > | |
void | factorize (text_t &text, size_t threshold, lzss::FactorBuffer &factors) |
Public Member Functions inherited from tdc::Algorithm | |
virtual | ~Algorithm ()=default |
Algorithm (Algorithm const &)=default | |
Algorithm (Algorithm &&)=default | |
Algorithm & | operator= (Algorithm const &)=default |
Algorithm & | operator= (Algorithm &&)=default |
Algorithm (Env &&env) | |
Instantiates an algorithm in the specified environment. More... | |
Env & | env () |
Provides access to the environment that the algorithm works in. More... | |
const Env & | env () const |
Static Public Member Functions | |
static Meta | meta () |
static ds::dsflags_t | textds_flags () |
A very naive selection strategy for LCPComp.
TODO: Describe
Definition at line 17 of file NaiveStrategy.hpp.
|
inline |
Definition at line 31 of file NaiveStrategy.hpp.
|
inlinestatic |
Definition at line 21 of file NaiveStrategy.hpp.
|
inlinestatic |
Definition at line 26 of file NaiveStrategy.hpp.