]> wimlib.net Git - wimlib/commitdiff
Suffix array based matchfinder updates
authorEric Biggers <ebiggers3@gmail.com>
Sat, 31 Jan 2015 23:51:23 +0000 (17:51 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 31 Jan 2015 23:51:23 +0000 (17:51 -0600)
- Move LCP-interval tree matchfinder to lcpit_matchfinder.c
- Support buffer sizes > 2^25 in LCP-interval tree matchfinder
- Reduce code duplication in LCP-interval tree routines
- Remove linked suffix array matchfinder
- Remove lz_mf matchfinder API
- Update LZMS compressor to use new LCP-interval tree matchfinder routines


No differences found