![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <dictionary.h>
Data Fields | |
uint8_t | size_bits_by_length [32] |
uint32_t | offsets_by_length [32] |
size_t | data_size |
const uint8_t * | data |
size_t data_size |
uint32_t offsets_by_length |
uint8_t size_bits_by_length |
Number of bits to encode index of dictionary word in a bucket.
Specification: Appendix A. Static Dictionary Data
Words in a dictionary are bucketed by length. 0
means that there are no words of a given length. Dictionary consists of words with length of [4..24] bytes. Values at [0..3] and [25..31] indices should not be addressed.