simsimd 3.7.5

Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm
Documentation
[[bench]]
harness = false
name = "cosine"
path = "rust/benches/cosine.rs"

[[bench]]
harness = false
name = "sqeuclidean"
path = "rust/benches/sqeuclidean.rs"
[build-dependencies.cc]
version = "1.0.83"
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[lib]
name = "simsimd"
path = "rust/lib.rs"

[package]
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>", "Pedro Planel <pplanel@gmail.com>"]
description = "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
edition = "2021"
license = "Apache-2.0"
name = "simsimd"
readme = "README.md"
repository = "https://github.com/ashvardanian/SimSIMD"
version = "3.7.5"