]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Check for match length exceeding lookahead each time a new best match is found. This...
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 29 Jul 2020 06:34:11 +0000 (23:34 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 23 Aug 2020 07:56:11 +0000 (09:56 +0200)
commit8ce4bbfef415ce89719325da12a00e3ec46b45c8
tree3c106621c2dbf4590f633d581c3175cb1e3175ee
parentb0a3461245219f6bb4885de6c4529facabcf6a44
Check for match length exceeding lookahead each time a new best match is found. This reduces some code complexity in GOTO_NEXT_CHAIN by removing the need for RETURN_BEST_LEN.
match_tpl.h