Registry / utility / mstoykov-atlas

mstoykov-atlas

JSON →
library0.0.0-20220811071828-388f114305ddgogounverified

A thread-safe graph of string-to-string pairs optimized for repeated construction of finite key-value sets.

go get github.com/mstoykov/atlas
INSTALL
IMPORT
SIG · MSTOYKOV-ATLAS
M
mstoykov-atlas
utilitygov0.0.0-20220811071828-388f114305dd
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.

atlas
github.com/mstoykov/atlas

Minimal usage showing creation of a node in the atlas graph.

package main import ( "fmt" "github.com/mstoykov/atlas" ) func main() { node := atlas.NewNode("key", "value") fmt.Println(node.Value()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220811071828-388f114305ddlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mstoykov-atlas — go get mstoykov-atlas · libregistry