-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This solves a performance regression introduced in v0.6 when the read algorithm was improved. The changes are too move the string comparision of contig until after we've checked all integer based conditions. Second, and more impactful, exit the intersection check early if the regions have moved pasted the record. The regions are sorted so this early exit is safe.
- Loading branch information
Showing
1 changed file
with
20 additions
and
6 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