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

Release GIL #99

Closed
mrocklin opened this issue Jun 15, 2015 · 4 comments
Closed

Release GIL #99

mrocklin opened this issue Jun 15, 2015 · 4 comments

Comments

@mrocklin
Copy link

I would like to use single-threaded blosc.compress/decompress in many threads in parallel. My understanding is that this is possible in the C layer by creating many contexts but not currently possible in the Python layer.

@FrancescAlted
Copy link
Member

This would be possible by wrapping the blosc_compress_ctx and blosc_decompress_ctx functions. See #101 for details.

@mrocklin
Copy link
Author

Is this resolved by #116 ?

@esc
Copy link
Member

esc commented Oct 24, 2016

It would appear so.

@esc esc closed this as completed Oct 24, 2016
@esc
Copy link
Member

esc commented Oct 24, 2016

Does closing this warrant a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants