tudocomp
– The TU Dortmund Compression Framework
LZSSLCPCompressor.hpp File Reference
#include <algorithm>
#include <functional>
#include <vector>
#include <tudocomp/Compressor.hpp>
#include <tudocomp/Range.hpp>
#include <tudocomp/util.hpp>
#include <tudocomp/compressors/lzss/LZSSFactors.hpp>
#include <tudocomp/compressors/lzss/LZSSLiterals.hpp>
#include <tudocomp/compressors/lzss/LZSSCoding.hpp>
#include <tudocomp/ds/TextDS.hpp>
#include <tudocomp_stat/StatPhase.hpp>

Go to the source code of this file.

Classes

class  tdc::LZSSLCPCompressor< coder_t, text_t >
 Computes the LZ77 factorization of the input using its suffix array and LCP table. More...
 

Namespaces

 tdc
 Contains the text compression and encoding framework.