-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: streaming: fasta_aligned: process in sub-partition batches
- Let it have its own copy of PARTITION_CHUNK_SIZE, since the two values may need to be changed independently. - Mostly same as fasta.cpp, but using Range a bit more here, directly for tracking/stopping the iteration in the inner loop. And mutating the range in the QueryResult closure context directly via mutDrop(). - Reduced batch size. No reason to keep it large here. Refs: #112
- Loading branch information
Showing
2 changed files
with
75 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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