Open Source‎ > ‎

Chile

Chile is a compression program based on Burrows-Wheeler Transform that I wrote sometime ago.

At the beginning it was just for fun, but after some research and some "googling" over the Internet I came up with many new ideas. Soon after, my program became comparable to bzip2 and WinAce. The execution time can be improved very much since the algorithm I used to make the transform is not one of the best known.

If you are interested here you can download the sources (as a gzip archive) using one of links below. The program runs under Linux (it was not heavily tested). To compile it, a simple "make" is enough. Be aware that it implements some algorithms (eg. Arithmetic Coding) that are patented.

Chile is benchmarked on different websites. Here are some of them:
Use one of the links below to download the program. Version 0.5 is the latest. While latest version is faster or has better compression on most cases, I recommend 0.3d because suffix sorting is done using an algorithm with worst case O(n*log(n)) and it was tested much better.
ċ
chile-0.1a.tar.gz
(8k)
Alexandru Moșoi,
20 Jan 2010, 17:48
ċ
chile-0.2.tar.gz
(10k)
Alexandru Moșoi,
20 Jan 2010, 17:48
ċ
chile-0.2a.tar.gz
(10k)
Alexandru Moșoi,
20 Jan 2010, 17:48
ċ
chile-0.2b.tar.gz
(12k)
Alexandru Moșoi,
20 Jan 2010, 17:48
ċ
chile-0.3.tar.gz
(13k)
Alexandru Moșoi,
20 Jan 2010, 17:48
ċ
chile-0.3a.tar.gz
(13k)
Alexandru Moșoi,
20 Jan 2010, 17:48
ċ
chile-0.3b.tar.gz
(14k)
Alexandru Moșoi,
20 Jan 2010, 17:49
ċ
chile-0.3c.tar.gz
(13k)
Alexandru Moșoi,
20 Jan 2010, 17:49
ċ
chile-0.3d.tar.gz
(17k)
Alexandru Moșoi,
20 Jan 2010, 17:49
ċ
chile-0.4.tar.gz
(14k)
Alexandru Moșoi,
20 Jan 2010, 17:49
ċ
chile-0.5.tar.gz
(15k)
Alexandru Moșoi,
20 Jan 2010, 17:49
Comments