Skip to content
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

Add numba #7

Open
thomasahle opened this issue Apr 11, 2023 · 1 comment
Open

Add numba #7

thomasahle opened this issue Apr 11, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@thomasahle
Copy link
Owner

PyNNDescent (https://github.com/lmcinnes/pynndescent) is able to get a lot of speed (presumably) by using numba. This should be relatively easy to add to fast_pq as well.

@thomasahle thomasahle added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed and removed good first issue Good for newcomers labels Apr 11, 2023
@thomasahle
Copy link
Owner Author

This seems harder than expected. A lot of the numpy functions we use, like argpartition, aren't even supported by numba.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant