ashvardanian / SimSIMD

Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
https://ashvardanian.com/posts/simsimd-faster-scipy/
Apache License 2.0
988 stars 59 forks source link

feat: #202 Expose L2 distance to Rust #237

Closed GoWind closed 2 days ago

GoWind commented 2 days ago

Expose the L2 (Euclidean) distance bindings to Rust

ashvardanian commented 2 days ago

Thanks, @GoWind! Will merge tomorrow 🤗