proxy.golang.org : github.com/mstoykov/atlas : v0.0.0-20220811071828-388f114305dd
Package atlas implement a graph of string to string pairs. It is optimzed for when a finite amount of key-value pairs will be constructed in the same way over time. It is also thread-safe. It's particularly good at taking the same root through the graph over and over again and the Node's can directly be used as map keys or compared for equality against each other.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/mstoykov/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.0
- gopkg.in/yaml.v3 v3.0.1