Files
zstd-rs/lib/compress
Yann Collet 6fa640ef70 separate newRep() from updateRep()
the new contracts seems to make more sense :
updateRep() updates an array of repeat offsets _in place_,
while newRep() generates a new structure with the updated repeat-offset array.

Most callers are actually expecting the in-place variant,
and a limited sub-section, in `zstd_opt.c` mainly, prefer `newRep()`.
2021-12-28 11:52:33 -08:00
..
2021-09-15 09:51:42 -07:00
2021-12-28 11:38:21 -08:00
2021-12-28 09:55:31 -08:00
2021-12-28 11:52:33 -08:00