OndrejSladky / kmercamel

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

Use khash in parser #52

Closed OndrejSladky closed 8 months ago

OndrejSladky commented 8 months ago

Currently unordered_set is used which slows down the code and requires more memory.