Skip to content

Version 0.2.0

Choose a tag to compare

@hongquan hongquan released this 27 Aug 18:25
· 41 commits to main since this release

Be friendly with multi-threaded environment.

Our function won't acquire GIL (except when you are passing a file object) to let other Python threads in the same application run in parallel.