Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor of doubly nested 2D dynamic programming loops to improve performance #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2021

  1. Refactor doubly nested 2D dynamic programming loops to save values. P…

    …rovides a ~30% speedup in my swalign-dependent code.
    jackwadden committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f7bc996 View commit details
    Browse the repository at this point in the history
  2. Clarified comments

    jackwadden committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    e9ffe4c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    80e5b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8e6af View commit details
    Browse the repository at this point in the history