Files
Martin Dimitrov 976041cbeb Vectorize vectors_distance_float in vector-sets (#14222)
Conducted tests on IceLake server with LAION 512 1M vectors dataset. We
can see in the perf profile, that function ‘vector_distance_float’ is
consuming majority of the computation time (this profile is captured
during upload). Vectorizing this function, leads to about 2.38X speedup
in upload time and 1.45X speedup in RPS during search.

---------

Co-authored-by: debing.sun <debing.sun@redis.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
2025-10-24 12:46:18 +08:00
..
2025-09-30 20:05:40 +03:00
2025-08-13 22:26:02 +03:00