-
Notifications
You must be signed in to change notification settings - Fork 0
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
Slower than nanoflann #1
Comments
Clarification: range image data on the order of 100k points, stored as ordinary 3D point cloud. Readme.md conflicts itself on 2D vs 3D point tests. I wonder if this is faster in the 2D case, haven't tested. |
I also agree with the fact. PicoFLANN is not faster than NanoFLANN :( |
I'm currently writing on my own adaptation of NanoFlann, This code should be slower for lower dimentions, since the L2 distance is not templated. With this, the "for loop" would be removed, and could take advantage of AVX / SSE (SIMD) instructions set. |
I'd consider this a bug since it's not working as stated. I tested this on quite a lot of range image data and it tends to be about half as fast as nanoflann.
The text was updated successfully, but these errors were encountered: