mitiko / BWDPerf

BWD stands for Best Word Dictionary as it has the ability to be an optimal dictionary coder.
https://mitiko.github.io/BWDPerf
GNU General Public License v3.0
0 stars 1 forks source link

Bitwise prediction #37

Open mitiko opened 3 years ago

mitiko commented 3 years ago

Need to implement a BitwiseAlphabet that is static and keeps an index to easily search symbols - like a binary tree or smth. We also have to implement a bitwise entropy coder - ABS and/or a simple range coder. We need a BitwiseModel as well.