An open API service indexing awesome lists of open source software.

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

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