ADPfusion v0.3.0.0 Release Notes

    • 🐎 simplified boundary checking: sometimes gives performance gain (!) due to one loop variable less
    • ⚡️ optimized loop variable design following "The HERMIT in the Stream" (Farmer et al, 2014)
    • somewhat nicer programmer interfaces
    • automatic filling and freezing of tables
    • 🏗 multiple example algorithms (build with -fexamples switch):
      • Needleman-Wunsch global alignment
      • RNA secondary structure prediction using simple base pair maximization
    • ⚡️ updated Table code to handle single-dim Subwords in a better way.
    • simplified backtracking