b-tree
There are 202 repositories under b-tree topic.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
spacejam/sled
the champagne of beta embedded databases
attractivechaos/klib
A standalone and lightweight C library
gvinciguerra/PGM-index
🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes
UncP/aili
the fastest in-memory index in the East 东半球最快并发索引
pjtatlow/jammdb
Just Another Memory Mapped Database
khonsulabs/nebari
A pure Rust database implementation using an append-only B-Tree file format.
eBay/Jungle
An embedded key-value store library specialized for building state machine and log store
myui/btree4j
Disk-based B+-tree written in Pure Java
tidwall/bgen
B-tree generator for C
sfu-dis/bztree
An open-source BzTree implementation
ipfs-shipyard/ipfs-geoip
geoip lookup over DAG-CBOR dataset loaded from IPFS
ugurcsen/gods-generic
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
VictorScherbakov/DataTanker
Embedded persistent key-value store for .NET. Pure C# code.
owensgroup/MVGpuBTree
GPU B-Tree with support for versioning (snapshots).
applitopia/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.
marvin-j97/rust-storage-bench
Benchmarking Rust storage engines
monitor1379/yagods
Generic data structure using parameterized types in Golang.
mkrebser/ConcurrentSortedDictionary
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
DSAAlgo987/Data-Structures-Algorithms
🚀 Data Structures & Algorithms (DSA) concepts: 🔍 Complexity analysis 🧩 Problem-solving techniques 🖥️ Programming paradigms
FriendlyCSharp/B-tree
A library of cross platform C# data structures. Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory of discharge requirements in real-time (Firebase, Redis Cache, SAP HANA, Exadata, OLTP, etc.).
CodeExMachina/BTree
In-memory B-Tree implementation for C#
narimiran/sorta
SortedTables in Nim, based on B-Trees
olcaytaner/201-DataStructures-CPP
Source codes for the Data Structures and Algorithms in C++ and Java book
harismuneer/2-3-Tree
🌲 A C++ implementation of all functionalities (insertion, deletion, search etc) of a 2-3 (two-three) Tree using Rotation, Split and Merge operations. (Please share if you find any bug in the code)
arekbulski/Cameleonica
Safe cryptographic steganographic advanced filesystem
KhaledAshrafH/B-Tree
This contains a C++ code that implements a B-Tree data structure. A B-Tree is a self-balancing tree that can store and retrieve data efficiently. It is commonly used in databases and file systems.
ganesh-k13/Btree
B-tree implementation in C based on algorithm in CLRS.
morzhovets/momo
C++ template containers with optimized memory consumption
drobilla/zix
A lightweight C library of portability wrappers and data structures
mikeblas/JankSQL
an awful little SQL database implementation
taylordotfish/btree-vec
A growable array (vector) implemented as a B-tree
AlexiaChen/tiny-rdb
A tiny relational database with persistent B-Tree
ciusji/guinsoo
A metadata store database for GuinsooLab stack.
eggyal/copse
Direct ports of the standard library's BTreeMap, BTreeSet and BinaryHeap collections, but that sort according to a specified total order rather than the `Ord` trait
thoainguyen/key-value-store
Key value Database using B Tree