sync-map

There are 2 repositories under sync-map topic.

  • syncmap

    `syncmap` is a type-safe and generic wrapper package around Go's `sync.Map`.

    Language:Go71
  • mutexmap

    A thread-safe map implementation for Go, using `sync.RWMutex` to synchronize access.

    Language:Go65