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

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

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

1 个仓库

Awesome GitHub RepositoriesJavaScript Binary Interop

Mechanisms for ensuring compatible binary representations between JavaScript environments and database engines.

Distinct from Database Type Support: Distinct from general type support: specifically focuses on binary compatibility and memory layout for JavaScript typed arrays.

Explore 1 awesome GitHub repository matching data & databases · JavaScript Binary Interop. Refine with filters or upvote what's useful.

Awesome JavaScript Binary Interop GitHub Repositories

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

    asg017/sqlite-vec

    6,961在 GitHub 上查看↗

    sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in

    Utilizes JavaScript typed arrays to ensure compatible binary representation for database functions.

    Csqlitesqlite-extension
    在 GitHub 上查看↗6,961
  1. Home
  2. Data & Databases
  3. Database Type Support
  4. JavaScript Binary Interop