Go 语言实现各种数据结构和算法,Sets, Lists, Stacks, Maps, Trees, Queues 等等
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 东半球最快并发索引
A pure Rust database implementation using an append-only B-Tree file format.
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.