taegeun-moon / debreachx

0 stars 0 forks source link

How to decide if compression ratio is influenced by correctness of the guess? #5

Open taegeun-moon opened 4 years ago

taegeun-moon commented 4 years ago

It seems compression ratio is influenced by both correctness of the guess and the guess string itself because of Huffman encoding.

How do you decide whether it is cause by LZ-77 or Huffman Encoding?

taegeun-moon commented 4 years ago

Guess strings tends to prefer vowels over consonants because of Huffman encoding.