Repository navigation
b-tree
- Website
- Wikipedia
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
the champagne of beta embedded databases
🏅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
the fastest in-memory index in the East 东半球最快并发索引
An embedded key-value store library specialized for building state machine and log store
Disk-based B+-tree written in Pure Java
Embedded persistent key-value store for .NET. Pure C# code.
GPU B-Tree with support for versioning (snapshots).
Benchmarking Rust storage engines
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.
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
🚀 Data Structures & Algorithms (DSA) concepts: 🔍 Complexity analysis 🧩 Problem-solving techniques 🖥️ Programming paradigms
Generic data structure using parameterized types in Golang.