zstd/lib/compress
Nick Terrell 68dfd14a8c [linux] Opt out of row based match finder for the kernel
The row based match finder is slower without SIMD. We used to detect the
presence of SIMD to set the lower bound to 17, but that breaks
determinism. Instead, specifically opt into it for the kernel, because
it is one of the rare cases that doesn't have SIMD support.
2025-03-11 16:18:59 -04:00
..
clevels.h initial commit 2023-01-04 13:01:54 -08:00
fse_compress.c reduce the amount of includes in "cover.h" 2024-03-13 11:29:28 -07:00
hist.c new block splitting variant _fromBorders 2024-10-25 16:13:55 -07:00
hist.h Fix new typos found by codespell 2024-11-26 11:15:39 +01:00
huf_compress.c Reduce scope of variables 2024-02-11 22:00:03 +01:00
zstd_compress.c [linux] Opt out of row based match finder for the kernel 2025-03-11 16:18:59 -04:00
zstd_compress_internal.h Merge pull request #4317 from hirohira9119/fix-function-signature 2025-02-27 13:03:03 -08:00
zstd_compress_literals.c codemod: symbolEncodingType_e -> SymbolEncodingType_e 2024-12-20 10:36:56 -08:00
zstd_compress_literals.h fix root cause of #3416 2023-01-12 15:41:08 -08:00
zstd_compress_sequences.c codemod: ZSTD_defaultPolicy_e -> ZSTD_DefaultPolicy_e 2024-12-20 10:36:56 -08:00
zstd_compress_sequences.h codemod: ZSTD_defaultPolicy_e -> ZSTD_DefaultPolicy_e 2024-12-20 10:36:56 -08:00
zstd_compress_superblock.c codemod: repcodes_t -> Repcodes_t 2024-12-20 10:36:57 -08:00
zstd_compress_superblock.h initial commit 2023-01-04 13:01:54 -08:00
zstd_cwksp.h Remove extern C blocks from lib/* internal APIs (except xxhash.h) 2024-12-19 16:00:11 -08:00
zstd_double_fast.c codemod: ZSTD_matchState_t -> ZSTD_MatchState_t 2024-12-20 10:36:57 -08:00
zstd_double_fast.h Merge pull request #4218 from facebook/externC 2025-01-07 10:06:08 -08:00
zstd_fast.c codemod: ZSTD_matchState_t -> ZSTD_MatchState_t 2024-12-20 10:36:57 -08:00
zstd_fast.h Merge pull request #4218 from facebook/externC 2025-01-07 10:06:08 -08:00
zstd_lazy.c Revert "pass dictionary loading method as parameter" 2025-02-05 18:47:26 -08:00
zstd_lazy.h Merge pull request #4218 from facebook/externC 2025-01-07 10:06:08 -08:00
zstd_ldm.c update hrlog comment 2025-02-10 10:48:56 -08:00
zstd_ldm.h Merge pull request #4218 from facebook/externC 2025-01-07 10:06:08 -08:00
zstd_ldm_geartab.h initial commit 2023-01-04 13:01:54 -08:00
zstd_opt.c Revert "pass dictionary loading method as parameter" 2025-02-05 18:47:26 -08:00
zstd_opt.h Merge pull request #4218 from facebook/externC 2025-01-07 10:06:08 -08:00
zstd_preSplit.c added a test 2024-10-28 16:31:15 -07:00
zstd_preSplit.h Remove extern C blocks from lib/* internal APIs (except xxhash.h) 2024-12-19 16:00:11 -08:00
zstdmt_compress.c Revert "pass dictionary loading method as parameter" 2025-02-05 18:47:26 -08:00
zstdmt_compress.h Revert "pass dictionary loading method as parameter" 2025-02-05 18:47:26 -08:00