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

Make calmd run faster on non-position-sorted data #1723

Merged
merged 1 commit into from
Oct 3, 2022

Commits on Sep 21, 2022

  1. Make calmd run faster on non-position-sorted data

    Add caching so that calmd doesn't continuously have to reread
    reference sequences if the input does not go through them
    sequentially.  As caching requires extra memory, it is only enabled
    if calmd detects an attempt to go backwards in the reference
    dictionary.  Thus processing a position-sorted file uses no more
    space than before, while processing other orderings is now much
    faster.
    daviesrob committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    37b88d5 View commit details
    Browse the repository at this point in the history