Probability model implementing Huffman functionality This is a mixin class which extends the ProbabilityModel base.
More...
Probability model implementing Huffman functionality This is a mixin class which extends the ProbabilityModel base.
TODO:
- Alphabet object: right now only a default object of the alphabet is supported, all functionality needs to be implemented in the type
- assignment loop can be simplified by a specialized implementation of operator<<=, alternatively a struct combining code value and length and assignment operator=
- type traits for code_type to provide set and reset functions for primitive data types
- check max length possible by code_type to be compatible with required length
- class StorageType as template parameter for Alphabet type
- error policy
The documentation for this class was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Utilities/DataCompression/include/DataCompression/HuffmanCodec.h