You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
@tfeher @divyegala @achirkin @benfred please add to this list as opportunities arise.
The text was updated successfully, but these errors were encountered: