This website requires JavaScript.
Explore
Minetest
Help
Sign In
facebook
/
zstd
Watch
1
Star
0
Fork
You've already forked zstd
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2ec635a162
zstd
/
lib
/
compress
History
Yann Collet
2ec635a162
use pthread_cond to send signals between threads
2017-01-01 17:31:33 +01:00
..
fse_compress.c
replaced usage of FSE_buildCTable by FSE_buildCTable_wksp, using less stack space in the process
2016-12-01 16:24:04 -08:00
huf_compress.c
introduced HUF_buildCTable_wksp(), to reduce stack memory usage
2016-12-01 17:47:30 -08:00
zstd_compress.c
fixed ZSTD_sizeof_?Dict()
2016-12-23 22:25:03 +01:00
zstd_opt.h
fixed g++ warnings
2016-11-23 18:17:18 +01:00
zstdmt_compress.c
use pthread_cond to send signals between threads
2017-01-01 17:31:33 +01:00
zstdmt_compress.h
first zstdmt sketch
2016-12-27 07:19:36 +01:00