Closed coolbutuseless closed 8 months ago
All arguments to init_cctx()
should be available to zstd_serialize()
/ zstd_unserialize()
All arguments to init_dctx()
should be available to zstd_compress()
/ zstd_decompress()
Unify how stable_buffers
is set on an existing cctx
or dctx
object. Should probably have functions for doing so.
Unify how stable_buffers
is set on an existing cctx
or dctx
object. Should probably have functions for doing so.
Done: https://github.com/coolbutuseless/zstdlite/commit/bc7e286b549969e43f79fce53ef6e4009b9d7f41
as per subject