v1.15.0 #513
klauspost
announced in
Announcements
v1.15.0
#513
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Both compression and decompression now supports "synchronous" stream operations. This means that whenever "concurrency" is set to 1, they will operate without spawning goroutines.
Stream decompression is now faster on asynchronous, since the goroutine allocation much more effectively splits the workload. On typical streams this will typically use 2 cores fully for decompression. When a stream has finished decoding no goroutines will be left over, so decoders can now safely be pooled and still be garbage collected.
Full Changelog: v1.14.4...v1.15.0
This discussion was created from the release v1.15.0.
Beta Was this translation helpful? Give feedback.
All reactions