Skip to content

Improve kNN search #118

Description

@tzaeschke

kNN search performance can be improved significantly by:

  • additional filtering to avoid filling up the queue
  • using separate queues for nodes/values
  • Using a better queue, e.g. a min_max_heap

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions