]> git.ipfire.org Git - thirdparty/zstd.git/commit
XP: add a pre-splitter
authorYann Collet <cyan@fb.com>
Tue, 3 Sep 2024 21:35:29 +0000 (14:35 -0700)
committerYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 18:40:13 +0000 (11:40 -0700)
commit52ed013b3fd8c03ffc704ee789b1ee7a4ffbfc84
tree263b4f5d6dfeede17c1b75756b3e9ca35634678a
parentb880f20d52a925ebee373b5050c206ba325d935d
XP: add a pre-splitter

instead of ingesting only full blocks, make an analysis of data, and infer where to split.
lib/compress/zstd_compress.c
lib/compress/zstd_preSplit.c [new file with mode: 0644]
lib/compress/zstd_preSplit.h [new file with mode: 0644]