Conversation
adamant-pwn
reviewed
Nov 4, 2025
Member
Author
|
Choosing For now, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Status of parallelization for different query setups with batch query:
Query Performance Benchmarks
The following benchmarks compare several Metagraph query implementations across
multiple datasets. Results show the mean ± standard deviation across runs,
with the standard deviation also reported as a percentage of the mean.
Code for the benchmark
all_sra / superkingdom_bacteria — 100_studies_5k_short.fq, 122,725,698 bp, in RAM, 30 threads
all_sra / kingdom_fungi_RNA + counts — 100_studies_5k_short.fq, 122,725,698 bp, in RAM, 30 threads
human — 100_studies_50_short.fq, 122,725,698 bp, mmap, 30 threads
plants — covid.fa, 29,903 bp (only 16 k-mer matches), mmap, 10 threads
plants — plants_query.fa, 16,573 bp (16,408 k-mer matches), mmap, 10 threads
plants — 100_studies_20_short.fq, 491,594 bp (153,442 k-mer matches), mmap, 10 threads
plants — 100_studies_50_short.fq, 1,226,462 bp (366,859 k-mer matches), mmap, 10 threads
plants — 100_studies_100_short.fq, 2,454,716 bp (707,334 k-mer matches), mmap, 10 threads
plants — 100_studies_500_short.fq, 12,272,048 bp (3,128,611 k-mer matches), mmap, 10 threads