mirror of
https://github.com/facebook/zstd.git
synced 2025-10-10 00:03:36 -04:00
Like ZSTD_initCStream_usingDict(), ZSTDMT_initCStream_usingDict() now keep a copy of dict internally. This way, dict can be released : it does not longer have to outlive all future compression sessions.