|
|
|
|
|
by memoriuaysj
172 days ago
|
|
what if I told you the same issue is true for lossless plain compression like .zip files the compressor (encoder) decides exactly how to pack the data, it's not deterministic, you can do a better job at it or a worse one which is why we have "better" zlib implementations which compress more tightly |
|
Makes a lot of sense in retrospect, to the extent it bothers me I haven't figured it out myself earlier.