]> git.ipfire.org Git - thirdparty/zstd.git/commit
Split parsers out of zstd_compress.c
authorNick Terrell <terrelln@fb.com>
Sat, 2 Sep 2017 01:28:35 +0000 (18:28 -0700)
committerNick Terrell <terrelln@fb.com>
Wed, 6 Sep 2017 00:10:25 +0000 (17:10 -0700)
commit721726d688a106e2ff13747a789843c74ea3a4e1
tree61e21a24df859a667c8b5c731945ab6581bc6001
parente7615bacc3ad5c52ddc16dbba18ba115d0729ef4
Split parsers out of zstd_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress.h [new file with mode: 0644]
lib/compress/zstd_double_fast.c [new file with mode: 0644]
lib/compress/zstd_double_fast.h [new file with mode: 0644]
lib/compress/zstd_fast.c [new file with mode: 0644]
lib/compress/zstd_fast.h [new file with mode: 0644]
lib/compress/zstd_lazy.c [new file with mode: 0644]
lib/compress/zstd_lazy.h [new file with mode: 0644]
lib/compress/zstd_opt.c [new file with mode: 0644]
lib/compress/zstd_opt.h