[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1120417: ITP: golang-github-orcaman-concurrent-map -- Thread-safe concurrent map for go



Package: wnpp
Severity: wishlist
Owner: Mathias Gibbens <gibmat@debian.org>
X-Debbugs-CC: debian-devel@lists.debian.org, debian-go@lists.debian.org


* 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 to: