Files
zstd-rs/lib/compress
Yann Collet 3f75d52527 Changed ZSTD_compressBound()
required so that if Total = A+B
compressBound(Total) <= compressBound(A) + compressBound(B)
under condition of a minimum size for A and B

Will help for ZSTDMT_compress() memory allocation
2017-03-31 17:11:38 -07:00
..
2017-03-29 18:51:58 -07:00
2017-03-31 17:11:38 -07:00
2017-03-29 18:51:58 -07:00