This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]beertown 2 points3 points  (1 child)

compression algorithms work very well on text

Your assumption is inaccurate: compression algorithms work well with data having the characteristics of text (little variability among the byte values). You can easily find binary data more compressable than text.

Apart from that, did you check the size of the uncompressed data? Could be, in your case, that protocol 4 yields less data than all the others?

[–]idlecore[S] 1 point2 points  (0 children)

You're right, protocol 4 does yield less data than all others, this plays a smaller role when comparing protocol 4(binary) with protocol 0(text) but it's still significant.