coolbutuseless / zstdlite

Fast, configurable in-memory compression of R objects with zstd
Other
28 stars 0 forks source link

Unify handling of arguments from R/C for cctx and dctx creation #17

Closed coolbutuseless closed 8 months ago

coolbutuseless commented 8 months ago

as per subject

coolbutuseless commented 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.

coolbutuseless commented 8 months ago

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

coolbutuseless commented 8 months ago

Done: https://github.com/coolbutuseless/zstdlite/commit/ac7c818e6b053d189e7563e5de42d6f3e711fb6d