mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
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>