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-11 00:03:06 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
zstd
/
lib
/
decompress
History
Nick Terrell
6a7f65117e
Merge pull request
#1866
from legrosbuffle/dev
...
Optimized loop bounds to allow the compiler to unroll the loop.
2019-11-18 16:16:30 -08:00
..
huf_decompress.c
Optimized loop bounds to allow the compiler to unroll the loop.
2019-11-15 08:27:05 +01:00
zstd_ddict.c
Rename FORWARD_ERROR -> FORWARD_IF_ERROR
2019-01-29 12:56:07 -05:00
zstd_ddict.h
added comment on public ddict functions
2018-10-24 16:50:03 -07:00
zstd_decompress_block.c
Fix assert in ZSTD_safecopy
2019-10-28 17:51:17 -07:00
zstd_decompress_block.h
added a few comments for clarifications
2018-10-26 15:21:52 -07:00
zstd_decompress_internal.h
Use ZSTD Error codes, improve explanation of ZSTD_loadCEntropy() and ZSTD_loadDEntropy()
2019-11-08 13:57:26 -05:00
zstd_decompress.c
Fix 2 bugs in dictionary loading
2019-11-01 16:52:07 -07:00