]> git.ipfire.org Git - thirdparty/zstd.git/commit
refactor optimal parser
authorYann Collet <cyan@fb.com>
Wed, 31 Jan 2024 10:51:46 +0000 (02:51 -0800)
committerYann Collet <cyan@fb.com>
Wed, 31 Jan 2024 10:51:46 +0000 (02:51 -0800)
commit4683667785c6248a20eba83dd192dc9baea70d84
tree6569516c0fe8f2bd307bcabf31278cf1ab51b39f
parentde10f56be2765e8375939b97bb27ad3e378f217f
refactor optimal parser

store stretches as intermediate solution instead of sequences.
makes it possible to link a solution to a predecessor.
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_opt.c
lib/decompress/zstd_decompress_block.c