All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Microsoft Research Releases Bf-Tree: A Modern Read-Write-Optimized Concurrent Range Index in Rust

By

SchwKatze

4mo ago· 3 min readenCode

Summary

Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index developed by Microsoft Research in Rust. The article provides technical documentation for the Bf-Tree project, including design details, user guide with Rust crate installation instructions, example usage, and developer guide for building on Linux and Windows. It includes links to research papers and design documentation, and encourages contributions through PRs and design discussions.

Key quotes

· 4 pulled
Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from MSR.
Bf-Tree is written in Rust, and is available as a Rust crate.
PRs are accepted and preferred over feature requests. Feel free to reach out if you have any design questions.
Bf-Tree supports Linux, Windows
Snippet from the RSS feed
Bf-Tree is a modern read-write-optimized concurrent larger-than-memory range index in Rust from MS Research. - microsoft/bf-tree

You might also wanna read