[ 原始碼: golang-github-fatih-set ]
套件:golang-github-fatih-set-dev(0.2.1-2)
golang-github-fatih-set-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-fatih-set:
- [golang-github-fatih-set_0.2.1-2.dsc]
- [golang-github-fatih-set_0.2.1.orig.tar.gz]
- [golang-github-fatih-set_0.2.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libconcurrentqueue-dev
- golang-gopkg-dancannon-gorethink.v1-dev
- golang-github-michaeltjones-walk-dev
- golang-github-hashicorp-go-cleanhttp-dev
- golang-github-moby-pubsub-dev
- golang-github-nebulouslabs-fastrand-dev
- libocamlgraph-ocaml-dev
- golang-github-remeh-sizedwaitgroup-dev
- librust-crdts-dev
- golang-gopkg-src-d-go-git.v4-dev
- golang-github-jesseduffield-go-git-dev
Set data structure for Go (library)
Set provides both threadsafe and non-threadsafe implementations of a generic set data structure. The thread safety encompasses all operations on one set. Operations on multiple sets are consistent in that the elements of each set used was valid at exactly one point in time between the start and the end of the operation. Because it's thread safe, you can use it concurrently with your goroutines.