btree
There are 280 repositories under btree topic.
begeekmyfriend/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
attaswift/BTree
Fast sorted collections for Swift using in-memory B-trees
NicolasLM/bplustree
An on-disk B+tree for Python 3
thewhiteninja/ntfstool
Forensics tool for NTFS (parser, mft, bitlocker, deleted files)
timtadh/data-structures
Go datastructures.
timtadh/fs2
B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go
berkeleydb/libdb
Berkeley DB
nimrodshn/btree
A persistent B+Tree (clustered index) implementation in Rust.
Kronuz/cpp-btree
Modern C++ B-tree containers
amit-davidson/btree
B-tree implementation for Go
myui/btree4j
Disk-based B+-tree written in Pure Java
ariasql/ariasql
The AriaSQL relational database management system.
andylamp/BPlusTree
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
greg7mdp/gtl
Greg's Template Library of useful classes.
manimino/ducks
Indexes your Python objects for fast lookup by their attributes.
cojen/TuplDB
TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.
ggrandes/kvstore
KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java
jingedawang/Algorithms
Java implementation for Introduction to Algorithms book.
guycipher/btree
A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.
lucavallin/gnaro
A proto-database inspired by SQLite for educational purposes.
OhBonsai/RedisTree
Redis Tree (Ploytree) Structure Module
VictorScherbakov/DataTanker
Embedded persistent key-value store for .NET. Pure C# code.
zxjcarrot/DPTree-code
Source code for DPTree: Differential Indexing for Persistent Memory
johnsonjh/NeXTSrc
NeXTSrc
dibyendumajumdar/simpledbm
SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.
loro-dev/generic-btree
It’s a pure safe BTree that can be used to build your own special-purpose btree data structure
XiangpengHao/bf-tree-docs
Bf-Tree: A Modern Read-Write-Optimized Concurrent Larger-Than-Memory Range Index
alberliu/mydb
golang写的存储引擎,基于b+树,mmap
ahrtr/gocontainer
Implements some containers (stack, queue, priorityQueue, set, arrayList, linkedList, map and btree) in golang
bnclabs/gostore
Storage algorithms.
victorchennn/LeetCode
LeetCode solutions, classified by tags of companies and topics.
Ashwin-op/B_and_Bplus_Tree
Implementation of B and B+ Trees in python
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.
chentaihan/container
golang实现常用集合
HuangQiang/QALSH
Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)
dang1412/data-structures
Data structures implementation & visualization