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

VariantParser make readahead optional #69961

Merged

Commits on Dec 12, 2022

  1. VariantParser make readahead optional

    It turns out some areas are independently moving / reading filepointers outside of the VariantParser, which can cause the readahead caching to get out of sync.
    
    This PR makes the VariantParser readahead to be optional to allow for these use cases.
    lawnjelly committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    491594e View commit details
    Browse the repository at this point in the history