MetaXearch > / Algorithms / Compression /
comp.compression Frequently Asked Questions
List from Usenet. (infos)Mitsuharu Arimura's Data Compression Pointers
Very large list of links, including books and lecture notes, benchmarkings, archives, image/graphic compression, fractal compression, wavelets, video and audio compression, and links to other link lists. (infos)
How Stuff Works: How File Compression Works
Detailed narrative fully describes how a file is actually deflated, or compressed to get rid of redundancy - and save space. (infos)
The LBE Data Compression Algorithm
A Huffman like algorithm that uses triangular matrices, rather than binary trees, for string substitution. Free source code available. (infos)
Dr Ross's Compression Crypt
LZRW* text compression algorithms. Links to other compression sites. (infos)
Arturo Campos: Compression Programming
Articles on various compression algorithms. (infos)
Data-Compression.com
A website devoted to the principles and practice of data compression. (infos)
Sparse Matrix Compression Schemes
Pseudocode for a spare matrix compression algorithm. (infos)
The Canterbury Corpus
A set of benchmark results for various lossless compression methods. Includes test files and compression test results for many research compression methods. (infos)
Practical Huffman Coding
A tutorial by Michael Schindler. (infos)