alvpickmans / alvpickmans/Graphical
Increasing Performance with Convex Hull Approach
Open
enhancement
- Dominant language
- C#
- Stars
- 8
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Repository works great with basic polygons, but when vertices reach large numbers it takes forever to build the graph. Using convex hull approach will reduce the number of vertices dramatically and improve the performance. In some of my tests, performance improved by 5000%.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.