BHoM / BHoM/TriangleNet_Toolkit
TriangleNet_Toolkit: Implement multithreading on triangulation method
Open
type:feature
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
Each panel triangulation can be considered individually, meaning we can process as many at a time as we have threads to process on. Something as simple as [this](https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/how-to-write-a-simple-parallel-foreach-loop) would do to speed-up the generation of the delaunay mesh (which is a bit slow at the moment).
Contributor guide
Assessment
This issue has not been assessed yet.