JZlib - zlib in pure Java
JZlib is a re-implementation of zlib in pure Java. The first and final aim for hacking this stuff is to add the packet compression support to pure Java SSH systems.
http://www.jcraft.com/jzlib/
tags: compression
README at 1aa1ae4eace71042e03906d31415747f75d4d92d from anti...
Smaz is a simple compression library suitable for compressing very short strings. General purpose compression libraries will build the state needed for compressing data dynamically, in order to be able to compress every kind of data. This is a very good idea, but not for a specific problem: compressing small strings will not work.
http://github.com/antirez/smaz/blob/1aa1ae4eace71042e03906d3...
tags: compression zlib zip
Web Exploration and Search Technology Lab
http://cis.poly.edu/westlab/
tags: search invertedindex compression simple9 simple16 p4delta pfordelta www2008
Yahoo! UI Library: YUI Compressor
http://developer.yahoo.com/yui/compressor/
tags: js yahoo compression
Marc Lehmann's "LibLZF"
LibLZF is a very small data compression library. It consists of only two .c and two .h files and is very easy to incorporate into your own programs. The compression algorithm is very, very fast, yet still written in portable C. Last not least, it is fr
http://www.goof.com/pcg/marc/liblzf.html
tags: compression
|