B+tree Implementation

JSON →
library 1.1.0 ·go
verified Jun 15, 2026

Package b implements the B+tree flavor of a BTree, providing an ordered key-value store with interface{} keys and values.