Recent content by Tuna_lover121

  1. Tuna_lover121

    Sweetspot of data compression

    I have found a solution, thanks for the help!
  2. Tuna_lover121

    Sweetspot of data compression

    some parts of my data do have non ASCII bytes like full binary values >127
  3. Tuna_lover121

    Sweetspot of data compression

    Binary data, no specific type, but i am looking at slightly compressed html data using a special bitwise coding which involves adaptive grey coding that can either be used or not depending on certain byte frequencies, mtf encoding, and a xor based encoding that the first step uses...
  4. Tuna_lover121

    Sweetspot of data compression

    Does anyone know any data processing algorithms that i could go down from using all 256 bytes in my data down to atleast 220?