Dictionary Compression with a Client and Server

Saturday, April 26th, 2008

Dictionary compression is a method of compression that finds repetitive sets of characters in the plaintext, and replaces them with a shorter identifier, which is defined as being equal to that set. If a set of characters occurs more than once, a multiplier can be added so that only one ...