Skip to content

Remove TBB#1591

Merged
texodus merged 2 commits intomasterfrom
remove-tbb
Oct 24, 2021
Merged

Remove TBB#1591
texodus merged 2 commits intomasterfrom
remove-tbb

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

internal Internal refactoring and code quality improvement Python

Development

Successfully merging this pull request may close these issues.

2 participants