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

FALCONN-LIB/FALCONN

FAst Lookups of Cosine and Other Nearest Neighbors (based on fast locality-sensitive hashing) observed · 2026-08-28

github.com/FALCONN-LIB/FALCONN · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 3927
  • days_rel: n/a
  • days_push: 823
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1159 stars · 194 forks observed · 2026-08-28

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

FALCONN is a C++ library (with a Python wrapper) implementing locality-sensitive hashing (LSH) data structures for fast nearest neighbor search in high-dimensional spaces, primarily under cosine similarity. It is header-only, depends on Eigen and FFHT, and is optimized for dense and sparse data with multi-probe LSH.

Use cases

  • find nearest neighbors by cosine similarity in high-dimensional vectors
  • fast similarity search over a million embedding vectors
  • maximum inner product search on a memory budget
  • nearest neighbor search under Euclidean distance
  • build an LSH index for sparse feature vectors
  • fast approximate nearest neighbor lookup in milliseconds per query

When to choose

  • you need LSH-based approximate nearest neighbor search with a restrictive RAM budget
  • you work in C++ or Python with dense or sparse high-dimensional data
  • you want a lightweight header-only library with minimal dependencies

When to avoid

  • you need graph-based ANN methods like HNSW that often outperform LSH on large RAM budgets
  • you need GPU acceleration or distributed indexing
  • you need actively developed features beyond the current LSH families

Facets

library · maturity maintenance

search-engine machine-learning machine-learning databases cpp python cross-platform locality-sensitive-hashing nearest-neighbor-search ann cosine-similarity header-only high-dimensional-data algorithms search

1 source

Member repositories

RepositoryRoleHealth v2
FALCONN-LIB/FALCONNmain23

For agents

markdown · JSON · MCP: product_card(name="FALCONN-LIB/FALCONN")

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