Registry / utility / puzpuzpuz-xsync

puzpuzpuz-xsync

JSON →
library1.5.2gogounverified

Concurrent data structures for Go (e.g., Map, Counter).

go get github.com/puzpuzpuz/xsync
INSTALL
IMPORT
SIG · PUZPUZPUZ-XSYNC
P
puzpuzpuz-xsync
utilitygov1.5.2
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.

xsync
github.com/puzpuzpuz/xsync

Use a concurrent map from xsync

package main import ( "fmt" "github.com/puzpuzpuz/xsync" ) func main() { m := xsync.NewMap() m.Store("key", "value") fmt.Println(m.Load("key")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
puzpuzpuz-xsync — go get puzpuzpuz-xsync · libregistry