You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should this library safely release the GIL around compress and decompress calls? This would allow the use of this library in parallel on multiple cores within a single process.
https://github.com/python-lz4/python-lz4 is the new project page, with many new updates to functionality, including an implementation of the LZ4 frame standard.
Should this library safely release the GIL around compress and decompress calls? This would allow the use of this library in parallel on multiple cores within a single process.
https://www.safaribooksonline.com/library/view/python-cookbook-3rd/9781449357337/ch15s07.html
The text was updated successfully, but these errors were encountered: