You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended to re-use ZSTD_CStream since it will play nicer with system's memory, by re-using already allocated memory.
note : since v1.3.0, ZSTD_CStream and ZSTD_CCtx are the same thing.
However, it does not mention the same for DStream.
Could we explore the option to let library user to manage the cycle of Compression/Decompression context so that it could be reused in multiple stream? It would be more performant and memory-friendlier.
Thanks!!
The text was updated successfully, but these errors were encountered:
Hi!
According to the manual
However, it does not mention the same for DStream.
Could we explore the option to let library user to manage the cycle of Compression/Decompression context so that it could be reused in multiple stream? It would be more performant and memory-friendlier.
Thanks!!
The text was updated successfully, but these errors were encountered: