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