-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop redundant space solved checks, major perf improvement
Drops `config.targetedVarIndexes`. Streamlines `space.unsolvedVarIndexes` and makes it the "targeted var indexes", or every var if there aren't any. Drops a bunch of `space_isSolved` checks which turned out to be redundant. This in turn saved a lot of time and perf of the heavy curator test dropped considerably. =============================== Coverage summary ================ Statements : 92.1% ( 3896/4230 ), 21 ignored Branches : 88.47% ( 1925/2176 ), 42 ignored Functions : 94.89% ( 334/352 ), 8 ignored Lines : 91.9% ( 3210/3493 ) =================================================================
- Loading branch information
Showing
15 changed files
with
117 additions
and
4,996 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
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
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
Oops, something went wrong.