romange / mmc

Automatically exported from code.google.com/p/mmc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmc

Automatically exported from code.google.com/p/mmc

MMC stands for Morphing Match Chain.

It's an algorithm for fast longest match search (primarily useful 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

About

Automatically exported from code.google.com/p/mmc

License:GNU Lesser General Public License v3.0


Languages

Language:C 91.5%Language:Makefile 8.5%