← Back to news
mol

Codon Refactor

With the commin 0.0.1 release of codon, a major refactor is coming.

With the upcoming 0.0.1 release of codon that is planned this year, I want to clean up a lot of the subpar code that was written at the beginnin. Additionally a few changes are also being made. The most important ones are:

  1. Locators are going away, and I will switch to a traditional iterator interface for an improved experience with STL algorithms, ranges and views that are very promising for this projects to integrate in the future further.
  2. Several names and parameter will change to achieve a better naming consistency and make it more clear what functions/methods do.
  3. Improvement and corrections to documentation which will also be moved to this website instead. The repository will only link to this site, instead of owning a duplicate set of documention.
  4. Additional feature like an optimised find for shorter sequences (gene not genome size) will be added.
Esc