-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Major optimization of Octree module #188
base: version2
Are you sure you want to change the base?
Conversation
- The OctreeRegionUtils module didnt have the visualize method, since I originally used a forked version of this octree module that was in WindShake. - Accidentally replaced OctreeNode's source with the main Octree module's source - this is what I get for not knowing how to make pull requests, lol
A benchmark of current (Octree) versus optimized (PyOctree) shows the following performance improvements:
|
Ahh, my bad - my radii search speeds went down from 0.6 to 0.2ms, and I thought it was a 3x improvement since 6/2=3.. forgot you need to do it the other way around.. oops |
Notably;