Ross ROSS = Recommend OSS · open-source software intelligence for agents

microsoft/DiskANN

A vector indexing library to bring fast, fresh and filtered search to your database observed · 2026-08-28

github.com/microsoft/DiskANN · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 7
  • age_days: 2267
  • days_rel: 12
  • days_push: 7
  • n_releases_24m: 28

Full methodology

Adoption not part of the score

1913 stars · 446 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

DiskANN3 is a composable Rust library for scalable, accurate vector indexing and nearest-neighbor search, designed to be embedded into databases via a DataProvider trait. It supports real-time updates, filtered and diversity-aware search, multiple quantizers, and memory tiers from in-memory to disk-based providers.

Use cases

  • add vector similarity search to my database
  • billion-scale nearest neighbor search on a single node
  • fast filtered vector search with real-time updates
  • embed an ANN index in a key-value store
  • benchmark vector search throughput and recall
  • larger-than-memory vector index on disk

When to choose

  • you need scalable vector search embedded in your own storage engine or database
  • you need fresh real-time updates without index rebuilds
  • you need disk-based indexes for datasets larger than memory
  • you want high throughput and recall compared to HNSWlib or managed vector DBs

When to avoid

  • you just want a turnkey managed vector database with an API out of the box
  • your project is not in Rust or C++ and you cannot implement the DataProvider trait
  • you need non-x86/aarch64 SIMD support

Facets

library · maturity active

vector-database search-engine database databases machine-learning developer-tools rust windows cpp ann nearest-neighbor-search vector-index diskann hnsw-alternative quantization similarity-search search linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
microsoft/DiskANNmain99

For agents

markdown · JSON · MCP: product_card(name="microsoft/DiskANN")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem