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

Reduce memory usage when indexing #347

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Reduce memory usage when indexing #347

merged 1 commit into from
Sep 28, 2023

Commits on Sep 27, 2023

  1. Reduce memory usage when indexing

    A full copy of each reference sequence was inadvertently made in each worker
    thread.
    
    Reduces memory usage, especially when indexing in parallel.
    
    For 8 threads and when indexing rye, memory usage is reduced
    from 35.2 GiB to 33.4 GiB.
    marcelm committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    18967b9 View commit details
    Browse the repository at this point in the history