Now, delaunay allocates the output. It would be nice to have the corresponding in-place version delaunay!, where the user provides the output. A part of performance reasons, the in-place version would allow the user to select the container type (as long as it has the correct memory layout).
Once delaunay! is available, delaunay can be implemented by calling delaunay!.
Now,
delaunay
allocates the output. It would be nice to have the corresponding in-place versiondelaunay!
, where the user provides the output. A part of performance reasons, the in-place version would allow the user to select the container type (as long as it has the correct memory layout).Once
delaunay!
is available,delaunay
can be implemented by callingdelaunay!
.