zstd/lib/compress
W. Felix Handte eee51a664a Fall Back if Derived CParams are Incompatible with DDSS; Refactor CDict Creation
Rewrite ZSTD_createCDict_advanced() as a wrapper around
ZSTD_createCDict_advanced2(). Evaluate whether to use DDSS mode *after* fully
resolving cparams. If not, fall back.
2020-09-15 18:01:08 -04:00
..
fse_compress.c [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions 2020-09-09 14:35:39 -07:00
hist.c [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions 2020-09-09 14:35:39 -07:00
hist.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
huf_compress.c [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions 2020-09-09 14:35:39 -07:00
zstd_compress_internal.h Rename and Move DD_BLOG Constant to ZSTD_LAZY_DDSS_BUCKET_LOG 2020-09-10 18:51:52 -04:00
zstd_compress_literals.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstd_compress_literals.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
zstd_compress_sequences.c [lib] Reduce zstd stack usage by 1KB 2020-09-09 14:35:39 -07:00
zstd_compress_sequences.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_compress_superblock.c [lib] Reduce zstd stack usage by 1KB 2020-09-09 14:35:39 -07:00
zstd_compress_superblock.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_compress.c Fall Back if Derived CParams are Incompatible with DDSS; Refactor CDict Creation 2020-09-15 18:01:08 -04:00
zstd_cwksp.h ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstd_double_fast.c [lib] s/current/curr because it collides with Linux Kernel macro 2020-09-09 14:35:39 -07:00
zstd_double_fast.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_fast.c [lib] s/current/curr because it collides with Linux Kernel macro 2020-09-09 14:35:39 -07:00
zstd_fast.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_lazy.c Document searchFuncs Table 2020-09-10 22:10:02 -04:00
zstd_lazy.h Rename and Move DD_BLOG Constant to ZSTD_LAZY_DDSS_BUCKET_LOG 2020-09-10 18:51:52 -04:00
zstd_ldm.c [lib] s/current/curr because it collides with Linux Kernel macro 2020-09-09 14:35:39 -07:00
zstd_ldm.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_opt.c [lib] s/current/curr because it collides with Linux Kernel macro 2020-09-09 14:35:39 -07:00
zstd_opt.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
zstdmt_compress.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstdmt_compress.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00