Registry / utility / vcaesar-cedar

vcaesar-cedar

JSON →
library0.30.0gogounverified

Cedar is a Go implementation of the Cedar approximate membership query data structure.

go get github.com/vcaesar/cedar
INSTALL
IMPORT
SIG · VCAESAR-CEDAR
V
vcaesar-cedar
utilitygov0.30.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.

cedar
github.com/vcaesar/cedar

Basic usage of the Cedar trie

package main import ( "fmt" "github.com/vcaesar/cedar" ) func main() { trie := cedar.New() trie.Insert([]byte("key"), 0) fmt.Println(trie.Get([]byte("key"))) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vcaesar-cedar — go get vcaesar-cedar · libregistry