https://github.com/c42f/nanoflann.jl
Simple wrapper around nanoflann.hpp
https://github.com/c42f/nanoflann.jl
Last synced: 4 months ago
JSON representation
Simple wrapper around nanoflann.hpp
- Host: GitHub
- URL: https://github.com/c42f/nanoflann.jl
- Owner: c42f
- License: other
- Created: 2015-11-27T04:38:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T00:44:35.000Z (over 10 years ago)
- Last Synced: 2025-10-25T10:38:00.854Z (8 months ago)
- Language: Julia
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nanoflann
Very basic C function wrappers around the
[nanoflann](https://github.com/jlblancoc/nanoflann) k nearest neighbors library,
and associated julia interface on top of that. This was created mainly for a
benchmark comparison with NearestNeighbors.jl; it probably won't go any further.
After installing, run test/benchmark.jl