refresh-bio / KMC

Fast and frugal disk based k-mer counter
253 stars 73 forks source link

Update `const` qualifications in `kmc_api` #161

Open EQt opened 3 years ago

EQt commented 3 years ago

The code becomes more understandable, the compiler can easier optimize the code. Further on, it will look more natural in the rust bindings kmc-rs to KMC's API.