btree topic

List btree repositories

libdb

325
Stars
76
Forks
Watchers

Berkeley DB

generic-btree

42
Stars
0
Forks
Watchers

It’s a pure safe BTree that can be used to build your own special-purpose btree data structure

gnaro

68
Stars
2
Forks
Watchers

A proto-database inspired by SQLite for educational purposes.

gstl

23
Stars
6
Forks
Watchers

快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set

immutable-sorted

29
Stars
5
Forks
Watchers

This is an extension of Immutable.js that provides sorted collections SortedMap and SortedSet. The current implementation is using highly optimized B-tree memory structure.

QALSH

26
Stars
9
Forks
Watchers

Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)

study-indexdb

17
Stars
5
Forks
Watchers

Disk based index database implementation. Purely written in Java.

BTree

18
Stars
4
Forks
Watchers

In-memory B-Tree implementation for C#

rust-storage-bench

17
Stars
2
Forks
Watchers

Benchmarking Rust storage engines

optiql

21
Stars
0
Forks
Watchers

Optimistic queue-based reader-writer lock for robust index synchronization (SIGMOD 2024)