Skip to content

[FEA] Reduce template parameters #110

Open
@cjnolet

Description

@cjnolet

Currently, there's a lot of template params that could easily become runtime parameter. Every template param causes the need to compile more instantiations. If we reduce template params, we will improve compile time and binary size.

  • Pairwise distances distance metric arg
  • ANN filter type (make polymorphic)
  • Reduce CAGRA / CAGRA-Q templates (make more runtime hyper-params)

@tfeher @divyegala @achirkin @benfred please add to this list as opportunities arise.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions