]> wimlib.net Git - wimlib/blobdiff - src/lcpit_matchfinder.c
Restore comments that were accidentally deleted
[wimlib] / src / lcpit_matchfinder.c
index 3041e3fa663e3dfa1f8e2b33f9c3d8817c4c170e..2562bfb2a37316f35a4cccc2c9efdf51f0876704 100644 (file)
@@ -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 <ebiggers3@gmail.com>