• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Rust Based Vector Databases
    3. ruvector-core

    ruvector-core

    Core Rust crate for the RuVector vector database engine featuring HNSW indexing, SIMD acceleration, and adaptive compression for high-performance similarity search. Supports multi-threaded queries achieving up to 3,597 QPS with 100% recall on 50K vectors. Ideal for AI applications requiring low-latency retrieval in RAG pipelines and agent memory systems.

    Surveys

    Loading more......

    Information

    Websitecrates.io
    PublishedApr 7, 2026

    Categories

    1 Item
    Rust Based Vector Databases

    Tags

    7 Items
    #open-source#rust#hnsw#simd#rust-lang#performance-critical#wasm-support

    Similar Products

    6 result(s)

    nano-vectordb-rs

    A simple, easy-to-hack vector database library implemented in Rust. It supports fast cosine similarity searches with Rayon parallelism, embedded persistence, and a minimal API ideal for prototyping and educational purposes.

    RuVector

    A self-learning, self-optimizing vector database with graph intelligence, local AI runtime, and PostgreSQL integration. It improves search quality over time using GNNs that learn from queries and feedback, supports hybrid search, Graph RAG, DiskANN, and deploys as a single file anywhere including browsers and edge devices. Open-source under MIT license, free forever.

    arroy

    Arroy is an open-source library for efficient similarity search and management of vector embeddings, useful in vector database systems.

    Qdrant

    Qdrant is a production-ready vector similarity search engine with advanced filtering, payload storage, and Rust-based performance. It uses custom HNSW for fast queries, supports dynamic collections, and offers both self-hosted and cloud options. Great for real-time apps like semantic search and RAG; faster than Weaviate in pure vector ops but less feature-rich in ML modules.

    hnswlib-rs

    Pure-Rust implementation of HNSW algorithm for approximate nearest neighbor search. Decouples graph from vector storage for flexible deployment. Supports dense floating point and quantized int8 vectors. This is an OSS library.

    pgvecto.rs

    PostgreSQL extension for scalable, low-latency vector search written in Rust. Features 20x faster HNSW than pgvector, with support for FP16, INT8, and binary vectors. This is an OSS extension.

    Featured

    Overview

    ruvector-core provides the foundational vector database engine with HNSW indexing optimized for speed and accuracy.

    Features

    • HNSW indexing with configurable ef_search for 100% recall
    • SIMD-optimized distance calculations (Euclidean, Cosine, Dot Product)
    • Adaptive compression tiers (f32 to binary, 1x-32x)
    • Multi-threaded search and batch inserts
    • Persistence via snapshots

    Performance

    ConfigQPSp50 Latency
    Single-threaded3941.80ms
    Multi-threaded (16)3,5972.86ms
    SIMD Optimized1,2160.78ms

    Pricing

    Free and open-source.