Registry / utility / blevesearch-gtreap

blevesearch-gtreap

JSON →
library0.1.1gogounverified

gtreap is an immutable treap implementation used internally by Bleve for indexing.

go get github.com/blevesearch/gtreap
INSTALL
IMPORT
SIG · BLEVESEARCH-GTREAP
B
blevesearch-gtreap
utilitygov0.1.1
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.

gtreap
github.com/blevesearch/gtreap

Create a treap, insert a key-value pair, and retrieve it

package main import ( "fmt" "github.com/blevesearch/gtreap" ) func main() { t := gtreap.NewTreap() t = t.Upsert([]byte("key"), "value", nil) fmt.Println(t.Get([]byte("key"))) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
blevesearch-gtreap — go get blevesearch-gtreap · libregistry