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

Add more threading supoprt #2626

Closed
bkamins opened this issue Feb 20, 2021 · 1 comment
Closed

Add more threading supoprt #2626

bkamins opened this issue Feb 20, 2021 · 1 comment
Labels
non-breaking The proposed change is not breaking performance
Milestone

Comments

@bkamins
Copy link
Member

bkamins commented Feb 20, 2021

After #2622 is merged add threading support to:

  • getindex
  • simple cases of select
  • joins

In general the idea is that we can copy/create different columns of a data frame in parallel if we do not do any operations on them.

@bkamins bkamins added non-breaking The proposed change is not breaking performance labels Feb 20, 2021
@bkamins bkamins added this to the 1.0 milestone Feb 20, 2021
@bkamins bkamins mentioned this issue Mar 4, 2021
19 tasks
@bkamins
Copy link
Member Author

bkamins commented Mar 14, 2021

I am closing this in favor of specific issues/PRs:
#2660
#2659
#2658
#2647

@bkamins bkamins closed this as completed Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-breaking The proposed change is not breaking performance
Projects
None yet
Development

No branches or pull requests

1 participant