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

perf(python): allow python threads in read_ functions #13886

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

mkucijan
Copy link
Contributor

Resolves #13844

Not sure if covered every one, or if additional tests are needed. Also not all write cases are covered i think, but i didn't want to go out of scope on this issue.

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars labels Jan 21, 2024
@ritchie46
Copy link
Member

Nice one! Thanks. This can save a lot of python contention indeed.

@ritchie46 ritchie46 merged commit 2145ca8 into pola-rs:main Jan 21, 2024
15 checks passed
r-brink pushed a commit to r-brink/polars that referenced this pull request Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issues or improvements python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read functions allow threads
2 participants