Replies: 1 comment 2 replies
-
You can use WithEncoderConcurrency(1) to only allocate a single encoder. This means only a single EncodeAll call will be able to run concurrently, but otherwise it shouldn't have any downsides. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello,everyone, when i use zstad.SpeedBestCompression with multi times to compresss multi []byte objectes that are different sizes,i found the memory cost will increase to a large number, so i wanna know is there a method to get the best compression and keep a low memory cost,thakn you !
Beta Was this translation helpful? Give feedback.
All reactions