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-10-09 00:05:28 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
zstd
/
lib
/
decompress
History
Yann Collet
114bd4346e
changed enum type name to ZSTD_ResetDirective
...
for naming consistency : types should start with a capital letter (after prefix)
2018-11-20 12:00:20 -08:00
..
huf_decompress.c
reduced DDict size, by -2KB
2018-09-06 17:07:53 -07:00
zstd_ddict.c
Improves decompression speed when using cold dictionary
2018-11-08 17:00:23 -08:00
zstd_ddict.h
added comment on public ddict functions
2018-10-24 16:50:03 -07:00
zstd_decompress_block.c
Improves decompression speed when using cold dictionary
2018-11-08 17:00:23 -08:00
zstd_decompress_block.h
added a few comments for clarifications
2018-10-26 15:21:52 -07:00
zstd_decompress_internal.h
created zstd_decompress_block module
2018-10-25 16:28:41 -07:00
zstd_decompress.c
changed enum type name to ZSTD_ResetDirective
2018-11-20 12:00:20 -08:00