X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flcpit_matchfinder.c;h=2562bfb2a37316f35a4cccc2c9efdf51f0876704;hp=3041e3fa663e3dfa1f8e2b33f9c3d8817c4c170e;hb=f3c7a16f6cdb32b04ead31581d5461e3f80ed044;hpb=f8a4983d246b9c5a06be8ced4754efac2eb83fda diff --git a/src/lcpit_matchfinder.c b/src/lcpit_matchfinder.c index 3041e3fa..2562bfb2 100644 --- a/src/lcpit_matchfinder.c +++ b/src/lcpit_matchfinder.c @@ -1,6 +1,9 @@ /* * lcpit_matchfinder.c * + * A match-finder for Lempel-Ziv compression based on bottom-up construction and + * traversal of the Longest Common Prefix (LCP) interval tree. + * * The following copying information applies to this specific source code file: * * Written in 2014-2015 by Eric Biggers