#include <limits>
#include <cstddef>
#include <cstdint>
#include <tudocomp/def.hpp>
Go to the source code of this file.
|
| tdc |
| Contains the text compression and encoding framework.
|
|
| tdc::lz78 |
| Contains compressors and encoders that work with Lempel-Ziv-78-like dictionaries.
|
|
◆ LZ78_DICT_SIZE_DESC
#define LZ78_DICT_SIZE_DESC |
Value:"`dict_size` has to either be 0 (unlimited), or a positive integer,\n" \
"and determines the maximum size of the backing storage of\n" \
"the dictionary before it gets reset."
Definition at line 35 of file LZ78Trie.hpp.