commit | 72a1b0583be2b0c0a7615617fdd44ede4fe8854c | [log] [tgz] |
---|---|---|
author | Yann Collet <yann.collet.73@gmail.com> | Fri Mar 13 00:59:23 2015 +0100 |
committer | Yann Collet <yann.collet.73@gmail.com> | Fri Mar 13 00:59:23 2015 +0100 |
tree | 9dd1fa272270b5fd77be418717d960e4ea7ba0f5 | |
parent | 59f1716e29f8475fbc0aa6d992fe247b507d7ace [diff] |
Create README.md
Automatically exported from code.google.com/p/mmc
Novel algorithm for fast longest match search. Primarily designed for compression softwares.
MMC has been tested in combination with LZ4HC and zhuff compression algorithms.
The algorithm is described on its homepage : http://fastcompression.blogspot.com/p/mmc-morphing-match-chain.html
What's new
r18 : corrected a rare bug into the update function. Update is recommended.
r17 : license changed to LGPL