Skip to content

zstd: Add stream encoding without goroutines#505

Merged
klauspost merged 2 commits intomasterfrom
zstd-sync-encoder
Feb 27, 2022
Merged

zstd: Add stream encoding without goroutines#505
klauspost merged 2 commits intomasterfrom
zstd-sync-encoder

Conversation

@klauspost
Copy link
Copy Markdown
Owner

@klauspost klauspost commented Feb 26, 2022

Do not use goroutines when encoder concurrency is 1.

Fixes #264

Can probably be cleaned up a bit.

Do not use goroutines when encoder concurrency is 1.

Fixes #264

Can probably be clean up a bit.
@klauspost klauspost merged commit 15b48b6 into master Feb 27, 2022
@klauspost klauspost deleted the zstd-sync-encoder branch February 27, 2022 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zstd: add no-goroutine option to encoding

1 participant