We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IntIndexer
The Python IntIndexer bindings fail to release the GIL. These are long-running entry points and should release it.
@bkmartinjr has benchmarked on some threaded code, and has found that this change improves concurrency.
[sc-59595]
See also #3345.
The text was updated successfully, but these errors were encountered:
tiledbsoma.io.to_anndata
somacore
fastercsx
@bkmartinjr can we close this one, given other open issues such as #3293 and #3353?
Sorry, something went wrong.
@johnkerl - fixed by #3344
bkmartinjr
No branches or pull requests
The Python
IntIndexer
bindings fail to release the GIL. These are long-running entry points and should release it.@bkmartinjr has benchmarked on some threaded code, and has found that this change improves concurrency.
[sc-59595]
See also #3345.
The text was updated successfully, but these errors were encountered: