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

perf: mark dna::complement as inline #510

Merged
merged 4 commits into from Jan 2, 2023
Merged

perf: mark dna::complement as inline #510

merged 4 commits into from Jan 2, 2023

Commits on Dec 22, 2022

  1. mark dna::complement as inline

    This speeds up computing the complement on a long string by ~2.3x.
    kloetzl committed Dec 22, 2022
    Copy the full SHA
    b80a5e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Copy the full SHA
    d1928cb View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Revert "mark rna::complement as inline"

    This reverts commit d1928cb.
    kloetzl committed Jan 2, 2023
    Copy the full SHA
    a884cb0 View commit details
    Browse the repository at this point in the history
  2. mark rna::complement as inline

    For real, this time.
    kloetzl committed Jan 2, 2023
    Copy the full SHA
    f43f02b View commit details
    Browse the repository at this point in the history