OndrejSladky / kmercamel

KmerCamel🐫 provides implementations of several algorithms for efficiently representing a set of k-mers as a masked superstring.
MIT License
12 stars 2 forks source link

Performance improvements #38

Closed GordonHoklinder closed 1 year ago

GordonHoklinder commented 1 year ago

Performance related changes:

Other changes:

Performance compared to the previous version (with spneumoniae and k=12):

Algorithm Running time Memory
Global 85 % 72 %
Local 64 % 100 %
GlobalAC 92 % 100 %
LocalAC 49 % 97 %