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

GitHub

2k stars
78 watching
314 forks
Language: C
last commit: over 3 years ago
Linked from 1 awesome list

algorithmbplustreebtreecdata-structurestoragetreetree-structure

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
wyhaines/splay_tree_map.crA data structure implementation of a semi-balanced binary search tree that optimizes access to frequently accessed items15
bgamari/b-treeAn implementation of an immutable B-tree data structure optimized for disk storage and efficient querying.116
attaswift/btreeA package that provides fast and efficient in-memory data structures using B-tree technology1,312
django-treebeard/django-treebeardProvides efficient tree data structures for Django web applications1,118
braintree/braintree_rubyA Ruby library providing access to the Braintree payment gateway446
sbourlon/go-lctreeProvides data structures and utilities for serializing and deserializing LeetCode-style binary trees4
sardariuss/motokostablebtreeA stable B-tree data structure implementation in Motoko for storing and retrieving key-value pairs.10
viant/ptrieA Go library implementing a fast and efficient prefix tree data structure for storing and retrieving key-value pairs in various formats.41
bcrypt-ruby/bcrypt-rubyA Ruby binding for the OpenBSD bcrypt() password hashing algorithm1,933
canscale/stableheapbtreemapA library implementing a functional BTree data structure5
joelrorseth/tree-troubleAn interactive tutorial on Binary Search Trees designed for the Swift Playgrounds application on iPads24
benedikt/mongoid-treeA Mongoid document extension for building tree structures with a materialized path pattern302
pathetiq/burpsmartbusterA Burp Suite plugin that automatically adds smart discovery features to brute force attacks384
jblindsay/kdtreeAn efficient spatial data structure for fast point query operations43
haskell/critbitAn implementation of crit-bit trees for efficient key/value storage and lookup in Haskell138