btree topic
generic-btree
It’s a pure safe BTree that can be used to build your own special-purpose btree data structure
gnaro
A proto-database inspired by SQLite for educational purposes.
gstl
快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set
immutable-sorted
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
Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)
study-indexdb
Disk based index database implementation. Purely written in Java.
BTree
In-memory B-Tree implementation for C#
rust-storage-bench
Benchmarking Rust storage engines
optiql
Optimistic queue-based reader-writer lock for robust index synchronization (SIGMOD 2024)