redis/modules/vector-sets/tests
Martin Dimitrov 37f685908e
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Vectorized the quantized 8-bit vector distance calculation (#14474)
This pull request vectorizes the 8-bit quantization vector-search path
in a similar was as the non-quantization path.
The assembly intrinsics are a bit more complicated than in the
non-quantization path, since we are operating on 8-bit integers and we
need to worry about preventing overflow. Thus, after loading the 8-bit
integers, they are extended into 16-bits before multiplying and
accumulating into 32-bit integers.

---------

Co-authored-by: debing.sun <debing.sun@redis.com>
2026-01-27 09:25:59 +08:00
..
basic_commands.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
basic_similarity.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
concurrent_vadd_cas_del_vsim.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
concurrent_vsim_and_del.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
debug_digest.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
deletion.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
dimension_validation.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
epsilon.py VSIM EPSILON fixes (#14223) 2025-08-12 11:45:35 +08:00
evict_empty.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
filter_expr.py [Vector Sets] IN operator for string/string operands (#14122) 2025-06-26 10:13:54 +08:00
filter_int.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
large_scale.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
memory_usage.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
node_update.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
persistence.py Fix vrand ping pong (#14183) 2025-07-18 18:19:14 +08:00
q8_similarity.py Vectorized the quantized 8-bit vector distance calculation (#14474) 2026-01-27 09:25:59 +08:00
q8_vectorization.py Vectorized the quantized 8-bit vector distance calculation (#14474) 2026-01-27 09:25:59 +08:00
reduce.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
replication.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
threading_config.py Add config base to vector-sets and hnsw thread config (#14082) 2025-06-16 10:06:43 +08:00
vadd_cas.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
vemb.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
vismember.py Vector Sets: VISMEMBER and other fixes (#13941) 2025-04-15 22:58:57 +03:00
vrand-ping-pong.py Fix vrand ping pong (#14183) 2025-07-18 18:19:14 +08:00
vrandmember.py Add 'modules/vector-sets/' from commit 'c6db0a7c20ff5638f3a0c9ce9c106303daeb2f67' 2025-04-02 16:34:28 +03:00
vrange.py [vector sets] VRANGE implementation (#14235) 2025-10-09 10:14:14 +08:00
vsim_limit_efsearch.py [RED-170693] Limit efSearch parameter to avoid heap overflow (#14373) 2025-10-05 16:15:24 +08:00
with.py Implement WITHATTRIBS for VSIM. (#14065) 2025-05-27 22:12:48 +08:00