Concurrent data structures for Go, including maps and queues, optimized for high contention.
go get github.com/puzpuzpuz/xsync/v2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use a concurrent map from xsync.
Update import path to /v2 and adapt code to the new API (e.g., NewMap instead of New).
No dependency data recorded yet.