Bplustree
Concurrent in-memory B+ Tree featuring optimistic lock coupling
Install / Use
/learn @NeowayLabs/BplustreeREADME
BPlusTree
<a href="https://docs.rs/bplustree"><img src="https://docs.rs/bplustree/badge.svg"></a> <a href="https://crates.io/crates/bplustree"><img src="https://img.shields.io/crates/v/bplustree.svg"></a>
Implementation of a fast in-memory concurrent B+ Tree featuring optimistic lock coupling. The implementation is based on LeanStore with some adaptations from Umbra.
The current API is very basic and more features are supposed to be added in the following
versions, it tries to loosely follow the std::collections::BTreeMap API.
Currently it is not heavily optimized but is already faster than some concurrent lock-free
implementations. Single threaded performance is generally slower (~ 1.4x) but still comparable to std::collections::BTreeMap
with sligthly faster scans due to the B+ Tree topology.
For how to use it refer to the documentation
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
