Package: wnpp
Severity: wishlist
Owner: Mathias Gibbens <[email protected]>
X-Debbugs-CC: [email protected], [email protected]


* Package name    : golang-github-orcaman-concurrent-map
  Version         : 2.0.1-1
  Upstream Author : Or Hiltch
* URL             : https://github.com/orcaman/concurrent-map
* License         : Expat
  Programming Lang: Go
  Description     : Thread-safe concurrent map for go

 The map type in Go doesn't support concurrent reads and writes.
 concurrent-map provides a high-performance solution to this by
 sharding the map with minimal time spent waiting for locks.
 .
 Prior to Go 1.9, there was no concurrent map implementation in the
 stdlib. In Go 1.9, sync.Map was introduced. The new sync.Map has a few
 key differences from this map. The stdlib sync.Map is designed for
 append-only scenarios. So if you want to use the map for something
 more like in-memory db, you might benefit from using this version.

This is a new dependency of gobgp and will be team-maintained within
the Go Packaging Team.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to