rsgalloway / pyseq

Compressed sequence string module for Python
https://pyseq.rsgalloway.com/
Other
123 stars 36 forks source link

Version 0.7.0 #71

Closed rsgalloway closed 2 months ago

rsgalloway commented 2 months ago

Major changes here on performance improvements and deprecating support for Python 2.

For example, in my tests running lss on a 100K frame sequence, the total time went from 6.754s to 2.312s (approx 65% improvement).

Changes:

Closes #45, #48, #20.