Skip to content

v0.20.0

Compare
Choose a tag to compare
@maxnoe maxnoe released this 29 Apr 13:46
5282bbf

v0.20.0

  • Use gzip subprocess instead of gzip module by default, speeds up reading gz files by ~20%
  • Remove unnecessary logging call in reading function, ~ 5% speed up
  • Use explicit types from stdint.h for cython code to improve readability