Closed t20100 closed 3 years ago
Hey @t20100 , thanks for these changes! Are you able to update your fork? I tried myself but I didn't have the permissions. Then I can merge this PR. Thanks.
Merged in #103.
Sorry, I was offline for a while, thanks for having integrated it in bitshuffle
!
This PR makes the 4 functions
bitshuffle
,bitunshuffle
,compress_lz4
,decompress_lz4
releasing Python's GIL while calling the underlying C function.This would be usefull for multi-threaded usage.
Closes #100