Skip to content

Improve kNN search #118

@tzaeschke

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

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