Skip to content

Improve NNDescent speed #286

Open
Open
@msluszniak

Description

Currently, NNDescent runs slower than it is supposed to. Currently, the bottlenecks are functions generate_graph_updates and sample_candidates. In both implementations that I used to implement NNDescent namely Python implementation and C++ implementation these functions are implemented with technologies that enable parallel/concurrent computations (OMP and Numba). I wasn't able to implement this using vectorisation. For now, I don't have any other ideas to drastically improve NNDescent's runtime.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions