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

mapping performance improvement #773

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

Commits on Oct 27, 2019

  1. extract function

    alexey0308 committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    0d9440d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. add const

    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    cc69f34 View commit details
    Browse the repository at this point in the history
  2. add const

    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    910d7bd View commit details
    Browse the repository at this point in the history
  3. update const declarations

    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    be82e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f6ffb4 View commit details
    Browse the repository at this point in the history
  5. style

    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    fb003d5 View commit details
    Browse the repository at this point in the history
  6. style

    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    fdb1ace View commit details
    Browse the repository at this point in the history
  7. add a predicate function [isAlignToSkip] to skip alignments early

    * [stitchWindowAligns()] used to create a new [Transcript] instance
    irregardless of if it will be successfully stitched to the transcript.
    Early check allows to check for most common reasons to reject
    the alignment.
    
    * To ease reading, `WA[iA]` is aliased as `align`.
    
    * minor formatting
    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0b8be68 View commit details
    Browse the repository at this point in the history
  8. add const

    - const char* R
    - const uiWA* WA
    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5f4dff2 View commit details
    Browse the repository at this point in the history
  9. adjust style

    alexey0308 committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    2395ee1 View commit details
    Browse the repository at this point in the history