8000 Release Version 1.5.0 · pycompression/python-isal · GitHub
[go: up one dir, main page]

Skip to content

Version 1.5.0

Compare
Choose a tag to compare
608C
@rhpvorderman rhpvorderman released this 12 Oct 05:31
· 160 commits to develop since this release
95517bc
  • Make a special case for threads==1 in igzip_threaded.open for writing
    files. This now combines the writing and compression thread for less
    overhead.
  • Maximize time spent outside the GIL for igzip_threaded.open writing.
    This has decreased wallclock time significantly.
0