BHoM / BHoM/TriangleNet_Toolkit
TriangleNet_Toolkit: Implement multithreading on triangulation method
Offen
type:feature
- Vorherrschende Sprache
- C#
- Sterne
- 1
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
#### 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).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.