forked from georust/geo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF:
TriangulateSpade
uses Iter, not Vec
This is an internal API, so we can safely break the API. Bench output: ``` TriangulateSpade (unconstrained) time: [8.8442 ms 8.8522 ms 8.8619 ms] change: [-2.9583% -2.7775% -2.6122%] (p = 0.00 < 0.05) Performance has improved. Found 4 outliers among 100 measurements (4.00%) 1 (1.00%) high mild 3 (3.00%) high severe TriangulateSpade (constrained) time: [8.9126 ms 8.9274 ms 8.9444 ms] change: [-2.4017% -2.1584% -1.9066%] (p = 0.00 < 0.05) Performance has improved. Found 3 outliers among 100 measurements (3.00%) 3 (3.00%) high severe TriangulateEarcut time: [6.9632 ms 6.9750 ms 6.9883 ms] change: [-1.0174% -0.7692% -0.5114%] (p = 0.00 < 0.05) Change within noise threshold. Found 2 outliers among 100 measurements (2.00%) ```
- Loading branch information
1 parent
993204d
commit f55e977
Showing
2 changed files
with
14 additions
and
9 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