Skip to content

any benchmark in speed and bytes allocation compared with datadog/zstd etc? #690

Answered by klauspost
kolinfluence asked this question in Q&A
Discussion options

You must be logged in to vote

Both encoding and decoding buffers are 0 allocs/op, if you provide buffers that can hold the output and you re-use the Encoder/Decoder.

Haven't really bothered comparing, but I seem to remember it allocates on each call.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by klauspost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #689 on November 14, 2022 13:49.