cuvs icon indicating copy to clipboard operation
cuvs copied to clipboard

Reduce cagra build binary size

Open tfeher opened this issue 5 months ago • 2 comments

During cagra::build we use either ivf_pq or nn_descent. Until now we used these algorithm through the detail namespace, which resulted in recompilation. This PR changes to the public interface of ivf_pq and nn_descent to avoid recompilation.

tfeher avatar Sep 18 '24 22:09 tfeher