An efficient compression algorithm for short text strings

algorithm, compression

Solution

Check out Smaz:

Smaz is a simple compression library suitable for compressing very short strings.

Problem

I'm searching for an algorithm to compress small text strings: 50-1000 bytes (i.e. URLs). Which algorithm works best for this?

Original source

Related problems