zstd/lib/compress
Yann Collet fa2a4d77c7 constify MatchState* parameter when possible
turns out, it's possible to constify MatchState* parameter
in some parts of the binary tree algorithm,
making it a pure read-only parameter,
as opposed to a mutable state.

This is supposed to be helpful for both maintenance and the compiler.
2021-09-23 08:27:44 -07:00
..
2021-09-15 09:51:42 -07:00
2021-09-20 14:46:43 -07:00
2021-09-21 14:22:09 -04:00