wilt-compressor


A compression algorithm requiring very little code to implement

Wilt is a compression algorithm designed to be very simple to implement, but still competitive with popular compression algorithms. Wilt usually beats Deflate/gzip, and can beat bzip2, while taking around a single page of C code to implement (it will however usually lose to LZMA). It is especially good at small files, and files with aligned data.

Since it is very simple, it is also simple to adapt for specific uses. One variant provided is Wilt-16, which works on 16-bit values instead of bytes, and was developed for use on the Nintendo DS.

For more information, refer to the wiki pages and the source code.

Project Information

Labels:
Compression