Registry / utility / cznic-b

cznic-b

JSON →
library0.0.0-20181122101859-a26611c4d92dgogounverified

Implementation of the B+tree flavor of a BTree data structure.

go get github.com/cznic/b
INSTALL
IMPORT
SIG · CZNIC-B
C
cznic-b
utilitygov0.0.0-20181122101859-a26611c4d92d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

b
github.com/cznic/b

Create and use a B+tree

package main import ( "fmt" "github.com/cznic/b" ) func main() { tree := b.TreeNew(func(a, b interface{}) int { return a.(int) - b.(int) }) tree.Set(1, "one") v, _ := tree.Get(1) fmt.Println(v) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181122101859-a26611c4d92dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cznic-b — go get cznic-b · libregistry