This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
facebook
/
zstd
Watch
1
Star
0
Fork
0
You've already forked zstd
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
zstd
/
lib
/
compress
History
Yann Collet
563ef8acf4
CCtxPool starts empty, as suggested by @terrelln
...
Also : make zstdmt now a target from root
2017-01-18 12:12:10 -08: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
zstdmt : correctly check for cctx and buffer allocation
2017-01-12 02:01:28 +01:00
zstd_opt.h
fixed g++ warnings
2016-11-23 18:17:18 +01:00
zstdmt_compress.c
CCtxPool starts empty, as suggested by @terrelln
2017-01-18 12:12:10 -08:00
zstdmt_compress.h
zstdmt : changed internal naming from frame to chunk
2017-01-12 01:25:46 +01:00