-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Optimize multi-dimensional range set folding algorithm: * get rid of heuristic when pre-expanding vectors for folding to improve reproducibility * when merging vectors, perform O(n) "folding" passes as long as changes are detected to reduce the problem size, before attempting a final O(n^2) pass * avoid casting string into integer when sorting (as RangeSet is now using strings natively) Closes #485
- Loading branch information
Showing
3 changed files
with
91 additions
and
102 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
Oops, something went wrong.