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

microsoft/bf-tree

Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from MS Research. observed · 2026-08-28

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

Health v2 · maintenance only

60/100

  • Activity 98
  • Release rhythm 35
  • Longevity 18

Flags: no_releases

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: 257
  • days_rel: n/a
  • days_push: 14
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1064 stars · 44 forks observed · 2026-08-28

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

Bf-Tree is a read-write-optimized concurrent range index (key-value store) written in Rust, from Microsoft Research, designed to work efficiently with data larger than memory. It is distributed as a Rust crate and supports consistent CPR-style snapshots and recovery.

Use cases

  • embed a fast concurrent key-value index in a Rust application
  • store and query data larger than available RAM
  • take consistent snapshots of an index and recover from them
  • build a storage engine needing read-write optimized range indexing
  • replace in-memory maps with a persistent larger-than-memory index

When to choose

  • you need a concurrent range index in Rust with snapshot/recovery support
  • your working set exceeds memory but you want cache-friendly performance
  • you want a research-backed index from Microsoft Research with an MIT license

When to avoid

  • you need a full standalone database server or SQL queries
  • you need a mature production database with rich ecosystem support
  • you need a distributed or replicated store

Facets

library · maturity active

database caching concurrency databases developer-tools performance rust windows cross-platform key-value-store range-index larger-than-memory concurrent-index rust-crate research-project snapshots write-optimized linux macos

1 source

Member repositories

RepositoryRoleHealth v2
microsoft/bf-treemain60

For agents

markdown · JSON · MCP: product_card(name="microsoft/bf-tree")

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