Closed crabdancing closed 1 year ago
Thank you for your issue. Actually we are thinking the same thing and have completed the technical verification. We have not yet been able to merge it into the master branch because of the following minor issues that remain.
ID
, which widely used by topological algorithms, is not implemented Send and Sync because the raw pointer is used as the actual state.In fact, it won't take much time. Now that we have received the issue, we will try to merge it into master within the next week or a little later.
Currently the
MeshableShape
implementation in Truck is quite slow if you settol
low, but the whole time, it's only using one CPU core. Given the propenderence of iterators and maps in the function, and in thetesselation
one it calls, would something like rayon be a good solution to parallelizing the operation?