]> wimlib.net Git - wimlib/commitdiff
lz_sarray: Use 16-bit length
authorEric Biggers <ebiggers3@gmail.com>
Thu, 9 Jan 2014 21:04:11 +0000 (15:04 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 9 Jan 2014 22:31:11 +0000 (16:31 -0600)
This saves 4 bytes of memory per position and only decreases the
compression ratio on very repetitive files (with matches of length >
65535), and even then only slightly.  Performance is not significantly
affected but may be slightly improved due to better use of cache.


No differences found