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

Remove TBB #1591

Merged
merged 2 commits into from Oct 24, 2021
Merged

Remove TBB #1591

merged 2 commits into from Oct 24, 2021

Conversation

texodus
Copy link
Member

@texodus texodus commented Oct 23, 2021

Removes TBB as a python dependency, using Apache Arrow's internal thread pool instead. This not only simplifies the Python build by removing a dependency that has caused us headache in the past, but also consolidates our thread pool usage into one, where previously both Arrow and TBB's default pools uses the hardware's max concurrency by default.

@texodus texodus marked this pull request as ready for review October 24, 2021 04:15
@texodus texodus merged commit 64bdfd7 into master Oct 24, 2021
@texodus texodus deleted the remove-tbb branch October 24, 2021 04:15
@texodus texodus added internal Internal refactoring and code quality improvement Python labels Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present internal Internal refactoring and code quality improvement Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants