Registry / utility / huandu-skiplist

huandu-skiplist

JSON →
library1.2.1gogounverified

Package skiplist implements a skip list data structure in Go.

go get github.com/huandu/skiplist
INSTALL
IMPORT
SIG · HUANDU-SKIPLIST
H
huandu-skiplist
utilitygov1.2.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.

skiplist
github.com/huandu/skiplist

Create a skip list and insert a key-value pair.

package main import ( "fmt" "github.com/huandu/skiplist" ) func main() { list := skiplist.New(skiplist.Int) list.Set(10, "value") fmt.Println(list.Get(10)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
huandu-skiplist — go get huandu-skiplist · libregistry