This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
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.
This should really be two PR's, but the first two commits are related to #51. I can split into two, or I'll merge without squashing.
Closes #51
First commit: remove
__check_conflicting_constraints__
Before:
1.528 s (243281 allocations: 12.74 MiB)
After commit 1:
690.032 ms (193304 allocations: 12.25 MiB)
After commit 2:
695.777 ms (233304 allocations: 15.76 MiB)
Second commit: add
add_constraints
Before:
1.504 s (143691allocations: 9.16 MiB)
After commit 1:
663.538 ms (53730 allocations: 5.56 MiB)
After commit 2:
652.206 ms (133714 allocations: 12.18 MiB)
Before:
1.240 s (103707 allocations: 6.05 MiB)
After commit 1:
438.617 ms (53730 allocations: 5.56 MiB)
After commit 2:
18.987 ms (13753 allocations: 2.93 MiB)
Commits 3 and 4
Coverage improvements.