bplustree
B+Tree index
A minimal B+Tree indexing structure implementation for efficient key-value storage
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
2k stars
78 watching
314 forks
Language: C
last commit: about 2 years ago
Linked from 1 awesome list
algorithmbplustreebtreecdata-structurestoragetreetree-structure
Related projects:
Repository | Description | Stars |
---|---|---|
| A data structure implementation of a semi-balanced binary search tree that optimizes access to frequently accessed items | 15 |
| An implementation of an immutable B-tree data structure optimized for disk storage and efficient querying. | 116 |
| A package that provides fast and efficient in-memory data structures using B-tree technology | 1,312 |
| Provides efficient tree data structures for Django web applications | 1,118 |
| A Ruby library providing access to the Braintree payment gateway | 446 |
| Provides data structures and utilities for serializing and deserializing LeetCode-style binary trees | 4 |
| A stable B-tree data structure implementation in Motoko for storing and retrieving key-value pairs. | 10 |
| A Go library implementing a fast and efficient prefix tree data structure for storing and retrieving key-value pairs in various formats. | 41 |
| A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,933 |
| A library implementing a functional BTree data structure | 5 |
| An interactive tutorial on Binary Search Trees designed for the Swift Playgrounds application on iPads | 24 |
| A Mongoid document extension for building tree structures with a materialized path pattern | 302 |
| A Burp Suite plugin that automatically adds smart discovery features to brute force attacks | 384 |
| An efficient spatial data structure for fast point query operations | 43 |
| An implementation of crit-bit trees for efficient key/value storage and lookup in Haskell | 138 |