This release focuses on accelerating math with new SimSIMD capabilities, exposing exact search, parallel index construction, and parallel search to more runtimes!
C: usearch_distance to compute the exact distance between 2 vectors.
C: usearch_exact_search to perform exact search over strided matrices.
JS: add, search, contains, count, and get now support batches and can run in parallel!
JS: exactSearch to perform exact search over continuous matrices.
Rust: export is similar to get but less error-prone.
New APIs for JS, C, and Rust 🥳
This release focuses on accelerating math with new SimSIMD capabilities, exposing exact search, parallel index construction, and parallel search to more runtimes!
usearch_distance
to compute the exact distance between 2 vectors.usearch_exact_search
to perform exact search over strided matrices.add
,search
,contains
,count
, andget
now support batches and can run in parallel!exactSearch
to perform exact search over continuous matrices.export
is similar toget
but less error-prone.