|
|
|
|
|
by klauspost
720 days ago
|
|
Looking at it quickly, it seems like you just moving entropy to the frequency table. If the frequency table isn't included in the count, I could just make an "infinite" compressor by storing the frequency and cut one byte off the end. From the frequency table I could then deduce what the last byte should be. > typical entropy encoders (Huffman, ANS, etc) would require 1 bit per symbol, No. ANS (and range/arithmetic coding) allows for probabilities to be stored with fractional bits. |
|