]> git.ipfire.org Git - thirdparty/zstd.git/commit
first implementation of bench.c with new API ZSTD_compress_generic()
authorYann Collet <cyan@fb.com>
Tue, 20 Jun 2017 01:25:35 +0000 (18:25 -0700)
committerYann Collet <cyan@fb.com>
Tue, 20 Jun 2017 01:25:35 +0000 (18:25 -0700)
commitc08e649e95deb7fdee73bc13e71ee067419d22bf
tree937035918d54a0d9c6f79e5af6527876a9ebd88e
parent008d44ad66dc09cbbd4cc2ad782559731aeee8d2
first implementation of bench.c with new API ZSTD_compress_generic()

Doesn't speed optimize this buffer-to-buffer scenario yet.
Still internally defers to streaming implementation.

Also : fixed a long standing bug in ZSTDMT streaming API.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/compress/zstdmt_compress.c
programs/bench.c