tudocomp
– The TU Dortmund Compression Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCPCompressor.hpp File Reference

Go to the source code of this file.

Classes

class  tdc::LCPCompressor< coder_t, strategy_t, dec_t, text_t >
 Factorizes the input by finding redundant phrases in a re-ordered version of the LCP table. More...
 

Namespaces

 tdc
 Contains the text compression and encoding framework.
 
 tdc::lcpcomp
 Contains factorization and decoding strategies for the LCPCompressor.
 

Functions

template<typename coder_t , typename decode_buffer_t >
void tdc::lcpcomp::decode_text_internal (Env &&env, coder_t &decoder, std::ostream &outs)