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
984 stars 59 forks source link

Improve: 2-10% faster complex dot products by moving the xor out of t… #181

Closed MarkReedZ closed 2 months ago

MarkReedZ commented 2 months ago

https://github.com/ashvardanian/SimSIMD/issues/159