Compute zstd compress bound #688
tomyl
started this conversation in
Ideas/Features
Replies: 1 comment 4 replies
-
Should be feasible. It will probably be more complex than this with non-default window/block sizes. You can use a similar function to get a very reasonable buffer size. Moving to Feature/Idea category. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to compute a compress bound for zstd? Something like https://pkg.go.dev/github.com/DataDog/zstd?utm_source=godoc#CompressBound
Thanks,
Tommy
Beta Was this translation helpful? Give feedback.
All reactions