-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Precalculate distances for sort (#33)
Backports distance caching optimisation from Rust: mourner/delaunator-rs#3 Some data points from benchmark from my machine (before/after): uniform: 1000000: 1624.276ms 1437.700ms gaussian: 1000000: 1522.548ms 1287.702ms grid: 1000000: 1369.310ms 1212.476ms degenerate: 1000000: 758.197ms 403.011ms
- Loading branch information
Showing
1 changed file
with
25 additions
and
26 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