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

perf: much faster marching cubes #27

Merged
merged 3 commits into from
Apr 2, 2022

Conversation

william-silversmith
Copy link
Contributor

@william-silversmith william-silversmith commented Apr 2, 2022

  • Avoids a slow cython -> cpp point copying a numpy array to a vector
  • Fast path for when all voxels in the 2x2x2 stencil match

@william-silversmith william-silversmith added the enhancement New feature or request label Apr 2, 2022
@william-silversmith william-silversmith self-assigned this Apr 2, 2022
@william-silversmith william-silversmith merged commit a5e50cd into master Apr 2, 2022
@william-silversmith william-silversmith deleted the wms_even_faster_zmesh branch April 2, 2022 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant