btree topic

List btree repositories

bplustree

1.8k
Stars
314
Forks
Watchers

A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage

DPTree-code

60
Stars
12
Forks
Watchers

Source code for DPTree: Differential Indexing for Persistent Memory

btree

254
Stars
31
Forks
Watchers

A persistent B+Tree (clustered index) implementation in Rust.

gocontainer

49
Stars
7
Forks
Watchers

Implements some containers (stack, queue, priorityQueue, set, arrayList, linkedList, map and btree) in golang

cpp-btree

239
Stars
51
Forks
Watchers

Modern C++ B-tree containers

data-structures

416
Stars
83
Forks
Watchers

Go datastructures.

BTree

1.3k
Stars
76
Forks
Watchers

Fast sorted collections for Swift using in-memory B-trees

btree4j

210
Stars
49
Forks
Watchers

Disk-based B+-tree written in Pure Java

bplustree

760
Stars
58
Forks
Watchers

An on-disk B+tree for Python 3

BPlusTree

161
Stars
49
Forks
Watchers

An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure