This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
zstd
Watch
1
Star
0
Fork
0
You've already forked zstd
mirror of
https://github.com/facebook/zstd.git
synced
2025-12-15 00:04:04 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
zstd
/
lib
/
compress
History
Yann Collet
bb0027405a
fixed zstdmt corruption issue when enabling overlapped sections
...
see Asana board for detailed explanation on why and how to fix it
2017-01-25 16:25:38 -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
fixed zstdmt corruption issue when enabling overlapped sections
2017-01-25 16:25:38 -08:00
zstd_opt.h
renamed savedRep into repToConfirm
2017-01-19 17:33:37 -08:00
zstdmt_compress.c
fixed zstdmt corruption issue when enabling overlapped sections
2017-01-25 16:25:38 -08:00
zstdmt_compress.h
overlapped section, for improved compression
2017-01-24 22:32:12 -08:00