Package b implements the B+tree flavor of a BTree, providing an ordered key-value store with interface{} keys and values.
go get modernc.org/bNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and use a B+tree with integer keys
Wrap mutation calls with sync.Mutex or sync.RWMutex.
No dependency data recorded yet.