Yann Collet
|
e874dacc08
|
changed searchLength into minMatch
refactored all relevant API and calls
for consistency.
|
2018-11-20 14:56:07 -08:00 |
|
Yann Collet
|
5c68639186
|
updated ZSTD_DCtx_reset()
signature and behavior is now the same as ZSTD_CCtx_reset()
|
2018-11-15 16:12:39 -08:00 |
|
Yann Collet
|
7b0391e37e
|
finalized retrofit of ZSTD_CCtx_reset()
updated all depending sources
|
2018-11-14 13:05:35 -08:00 |
|
Yann Collet
|
3ba0d6dd27
|
fixed decode-only test condition
|
2018-11-13 14:15:12 -08:00 |
|
Yann Collet
|
b830ccca5c
|
changed benchfn api
to use structure for function parameters
as it expresses much clearer than a long list of parameters,
since each parameter can now be named.
|
2018-11-13 13:12:50 -08:00 |
|
Yann Collet
|
d38063f8ae
|
separated bench module into benchfn and benchzstd
it shall be possible to use benchfn
without any dependency on zstd.
|
2018-11-13 11:01:59 -08:00 |
|