tudocomp
– The TU Dortmund Compression Framework
|
#include <tudocomp/Algorithm.hpp>
#include <tudocomp/ds/TextDS.hpp>
#include <tudocomp/def.hpp>
#include <tudocomp/compressors/lzss/LZSSFactors.hpp>
#include <tudocomp/compressors/lcpcomp/MaxLCPSuffixList.hpp>
#include <tudocomp_stat/StatPhase.hpp>
Go to the source code of this file.
Classes | |
class | tdc::lcpcomp::ArraysComp |
Creates arrays instead of an LCP-heap Each array corresponds to one LCP value We do not eagerly invoke decrease_key or erase. More... | |
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
tdc::lcpcomp | |
Contains factorization and decoding strategies for the LCPCompressor. | |