Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement delaunay!, in-place version of delaunay #15

Open
fverdugo opened this issue Feb 26, 2021 · 1 comment
Open

Implement delaunay!, in-place version of delaunay #15

fverdugo opened this issue Feb 26, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@fverdugo
Copy link
Member

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!.

@fverdugo fverdugo added the help wanted Extra attention is needed label Feb 26, 2021
@fverdugo
Copy link
Member Author

Hi @kahaaga ! If you want to further contribute to the project. This would be a nice thing to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant