▲ | Show HN: Hsdlib – A C Library for Vector Similarity with SIMD Acceleration | |
33 points by habedi0 5 days ago | ||
Hsdlib is a small C library for fast vector distance and similarity calculations. At the moment, it supports:
Hsdlib uses SIMD acceleration (AVX, AVX2, AVX512, NEON, and SVE instructions) to speed things up.GitHub link: https://github.com/habedi/hsdlib |