Registry / utility / orcaman-concurrent-map-v2

orcaman-concurrent-map-v2

JSON →
library2.0.1gogounverified

Package concurrent-map provides a high-performance concurrent map implementation for Go.

go get github.com/orcaman/concurrent-map/v2
INSTALL
IMPORT
SIG · ORCAMAN-CONCURRENT
O
orcaman-concurrent-map-v2
utilitygov2.0.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.

concurrent_map
github.com/orcaman/concurrent-map/v2

Create and use a concurrent map

package main import ( "fmt" cmap "github.com/orcaman/concurrent-map/v2" ) func main() { m := cmap.New[string]() m.Set("key", "value") val, ok := m.Get("key") fmt.Println(val, ok) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
orcaman-concurrent-map-v2 — go get orcaman-concurrent-map-v2 · libregistry