-
Notifications
You must be signed in to change notification settings - Fork 99
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
Performance improvements #57
Comments
Cool, would be interesting to see these improvements in a PR? |
void Voxelizer::cpu_voxelize_mesh_solid(
#pragma omp parallel for
#pragma omp atomic
#pragma omp parallel for |
Could you make a PR for this? It's hard comparing code with all the formatting gone. |
I've made a few code improvements to your CPU version that increase efficiency by about 10 times
The test results in the same environment are as follows:
646464--->5ms
128128128--->7ms
256256256--->19ms
512512512--->121ms
102410241024--->728ms
204820482048---->5576ms
The text was updated successfully, but these errors were encountered: