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

Documenting Sparse & Curved Kernels for C 99 #228

Open ashvardanian opened 2 weeks ago

ashvardanian commented 2 weeks ago

Describe what you are looking for

Inline doc-strings are available for all the kernels and test coverage helps understand how to work with those functions, but we lack C 99 documentations in the README. Would be great to see community contributions here 🤗

Can you contribute to the implementation?

Is your feature request specific to a certain interface?

C implementation

Contact Details

No response

Is there an existing issue for this?

Code of Conduct