Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize compressors #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Parallelize compressors #25

wants to merge 2 commits into from

Conversation

tari
Copy link

@tari tari commented Mar 20, 2019

Compressors can be slow, so it's easy to get a significant speedup by
running compressors in parallel with a thread pool.

Compressors can be slow, so it's easy to get a significant speedup by
running compressors in parallel with a thread pool.
@tari
Copy link
Author

tari commented Mar 20, 2019

Test failures look unrelated to this change; I think it's a problem with pytest since 3.3 providing the caplog fixture without a plugin, and it behaves differently.

Since pytest 3.3 the caplog fixture is provided by pytest, and it
conflicts with pytest-catchlog. We can simply remove the catchlog plugin
requirement and require pytest >= 3.3.
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.

1 participant