]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstdmt: changed naming convention
authorYann Collet <cyan@fb.com>
Tue, 30 Jan 2018 22:43:36 +0000 (14:43 -0800)
committerYann Collet <cyan@fb.com>
Tue, 30 Jan 2018 22:43:36 +0000 (14:43 -0800)
commit2cb0740b6b24b42d0255046e5692539c7b8534f8
tree0e3995db634258df84c81abd1b29b81b6ccd851a
parentba0cd8cf78544ccbd7008b61014c25fc5e075bd0
zstdmt: changed naming convention

to avoid confusion with blocks.

also:
- jobs are cut into chunks of 512KB now, to reduce nb of mutex calls.
- fix function declaration ZSTD_getBlockSizeMax()
- fix outdated comment
doc/zstd_manual.html
lib/compress/zstdmt_compress.c
lib/zstd.h