From: Eric Biggers Date: Thu, 9 Jan 2014 21:04:11 +0000 (-0600) Subject: lz_sarray: Use 16-bit length X-Git-Tag: v1.6.1~75 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=67e3a69b10498376108c15e5c48b8bb2fc8623e7;hp=67e3a69b10498376108c15e5c48b8bb2fc8623e7;p=wimlib lz_sarray: Use 16-bit length 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. ---