b-tree topic

List b-tree repositories

DataTanker

62
Stars
13
Forks
Watchers

Embedded persistent key-value store for .NET. Pure C# code.

sorta

16
Stars
3
Forks
Watchers

SortedTables in Nim, based on B-Trees

jammdb

260
Stars
22
Forks
Watchers

Just Another Memory Mapped Database

ipfs-geoip

69
Stars
20
Forks
Watchers

geoip lookup over DAG-CBOR dataset loaded from IPFS

yagods

21
Stars
3
Forks
Watchers

Generic data structure using parameterized types in Golang.

B-tree

16
Stars
2
Forks
Watchers

A library of cross platform C# data structures. Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory of discharge requirements in real-time (Firebase, Redis Cac...

MVGpuBTree

36
Stars
2
Forks
Watchers

GPU B-Tree with support for versioning (snapshots).

immutable-sorted

29
Stars
5
Forks
Watchers

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.

BTree

18
Stars
4
Forks
Watchers

In-memory B-Tree implementation for C#

201-DataStructures-CPP

17
Stars
8
Forks
Watchers

Source codes for the Data Structures and Algorithms in C++ and Java book