awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesVector Distance Kernels

Low-level SIMD implementations for calculating mathematical distances between vectors.

Distinct from SIMD-Accelerated Arithmetic: Specifically targets distance metrics for vector search rather than general arithmetic operations.

Explore 3 awesome GitHub repositories matching data & databases · Vector Distance Kernels. Refine with filters or upvote what's useful.

Awesome Vector Distance Kernels GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • unum-cloud/usearchunum-cloud 的头像

    unum-cloud/USearch

    3,888在 GitHub 上查看↗

    USearch is a high-performance vector similarity search engine and approximate nearest neighbor index designed for dense embeddings. It functions as a low-level vector database core and high-dimensional vector indexer, providing the primitives necessary to store and retrieve vectors across massive datasets. The engine distinguishes itself through hardware-level SIMD acceleration for distance kernels and a proximity-graph indexing system that enables fast retrieval across billions of vectors. It supports multi-precision vector quantization to balance memory usage and accuracy, and utilizes memo

    Ships hardware-level SIMD acceleration for Euclidean, cosine, and Hamming distance kernels.

    C++approximate-nearest-neighbor-searchclusteringdatabase
    在 GitHub 上查看↗3,888
  • rapidfuzz/rapidfuzzrapidfuzz 的头像

    rapidfuzz/RapidFuzz

    3,731在 GitHub 上查看↗

    RapidFuzz is a C++ accelerated Python library providing high-performance string comparison and similarity calculations. It functions as a fuzzy string matching toolkit used to quantify the difference between text sequences through Levenshtein distance and other edit distance metrics. The library focuses on scalable approximate text matching, enabling the identification and ranking of similar strings within large datasets. It provides specialized utilities for finding the best matches in a collection and generating pairwise similarity matrices. The project covers a broad surface of text proce

    Employs SIMD vector distance kernels to process multiple characters simultaneously for accelerated string distance calculations.

    Pythoncpplevenshteinlevenshtein-distance
    在 GitHub 上查看↗3,731
  • tensorflow/similaritytensorflow 的头像

    tensorflow/similarity

    1,025在 GitHub 上查看↗

    TensorFlow Similarity is a Python framework designed for training neural networks to learn high-dimensional vector representations and perform similarity-based retrieval. It provides a comprehensive toolkit for metric learning, enabling the development of systems that group similar items together in vector space and identify them through distance-based comparisons. The library distinguishes itself by integrating specialized training techniques, such as contrastive and triplet-based learning, with robust data management tools that ensure stable model convergence. It supports self-supervised re

    Calculates mathematical separation between embedding vectors using high-speed linear algebra operations for efficient similarity comparisons.

    Pythonbarlow-twinsclusteringcontrastive-learning
    在 GitHub 上查看↗1,025
  1. Home
  2. Data & Databases
  3. Vectorized Arithmetic
  4. SIMD-Accelerated Arithmetic
  5. Vector Distance Kernels