Registry / utility / k-sone-critbitgo

k-sone-critbitgo

JSON →
library1.4.0gogounverified

A Go implementation of crit-bit trees for efficient string key storage and retrieval.

go get github.com/k-sone/critbitgo
INSTALL
IMPORT
SIG · K-SONE-CRITBITGO
K
k-sone-critbitgo
utilitygov1.4.0
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.

critbitgo
github.com/k-sone/critbitgo

Create a crit-bit tree and perform basic operations.

package main import ( "fmt" "github.com/k-sone/critbitgo" ) func main() { tree := critbitgo.New() tree.Set("key", "value") val, _ := tree.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
k-sone-critbitgo — go get k-sone-critbitgo · libregistry