Skip to content
Compare
Choose a tag to compare
@JannesSP JannesSP released this 13 Dec 12:45
· 16 commits to main since this release

Switch to banded DP in basic mode

Changes

  • banded DP version added
    - reduced memory to O(T)
    - reduced runtime to O(T)
    - basic mode now uses banded
  • split main function from modules for each version
  • general code cleanup