C++ implementation #223
brj0
started this conversation in
Show and tell
Replies: 2 comments
-
As someone who also wrote a C++ implementation of NND but kept getting distracted by other things before getting all the features in I wanted, I salute you for getting it over the finish line. Looking forward to checking this out. Congrats. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'd like to introduce nndescent, a C++ implementation of the pynndescent project with Python bindings.
Here are some key highlights of nndescent:
The + Side:
The - Side:
I want to emphasize that I'm not a professional programmer; rather this project was undertaken during my free time as a learning experience in C++ with Python bindings. So I assume that there is still much room for improvement regarding my C++ code.
The project is licensed under BSD2. It took a considerable amount of effort to complete, and I hope that someone may find it useful. I welcome any contributions, pull requests, forks or integration into your own projects.
You can find the nndescent repository at this link: https://github.com/brj0/nndescent
Feel free to reach out with any feedback, questions, or suggestions.
Best regards
Jon
Beta Was this translation helpful? Give feedback.
All reactions