Debian NEW package overview for golang-github-orcaman-concurrent-map
| golang-github-orcaman-concurrent-map_2.0.1-1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Sun, 09 Nov 2025 04:47:14 +0000 |
| Source: | golang-github-orcaman-concurrent-map |
| Binary: | golang-github-orcaman-concurrent-map-dev |
| Architecture: | source all |
| Version: | 2.0.1-1 |
| Distribution: | unstable |
| Urgency: | medium |
| Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed-By: | Mathias Gibbens <gibmat@debian.org> |
| Description: | golang-github-orcaman-concurrent-map-dev - Thread-safe concurrent map for go (library) |
| Closes: | 1120417 |
| Changes: | golang-github-orcaman-concurrent-map (2.0.1-1) unstable; urgency=medium * Initial release (Closes: #1120417) |
| Files: | e6d9ee71c737fb23a0ef675ec575d1c5 2372 golang optional golang-github-orcaman-concurrent-map_2.0.1-1.dsc e6ccd921d2f7f22f3c2214dbd13fd895 10204 golang optional golang-github-orcaman-concurrent-map_2.0.1.orig.tar.gz a518ee4cf5482b468adeca54fbdec0d4 2952 golang optional golang-github-orcaman-concurrent-map_2.0.1-1.debian.tar.xz c39d9ae889256ef3d662ca8e73fb73ca 8408 golang optional golang-github-orcaman-concurrent-map-dev_2.0.1-1_all.deb c4e85192c682ad1978cdbc6b28a02bf7 6070 golang optional golang-github-orcaman-concurrent-map_2.0.1-1_amd64.buildinfo |
| golang-github-orcaman-concurrent-map_2.0.1-1.dsc (click to toggle) | |
|---|---|
| Format: | 3.0 (quilt) |
| Source: | golang-github-orcaman-concurrent-map |
| Binary: | golang-github-orcaman-concurrent-map-dev |
| Architecture: | all |
| Version: | 2.0.1-1 |
| Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Uploaders: | Mathias Gibbens <gibmat@debian.org>, |
| Homepage: | https://github.com/orcaman/concurrent-map |
| Standards-Version: | 4.7.2 |
| Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-orcaman-concurrent-map |
| Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-orcaman-concurrent-map.git |
| Testsuite: | autopkgtest-pkg-go |
| Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
| Package-List: | golang-github-orcaman-concurrent-map-dev deb golang optional arch=all |
| Files: | e6ccd921d2f7f22f3c2214dbd13fd895 10204 golang-github-orcaman-concurrent-map_2.0.1.orig.tar.gz a518ee4cf5482b468adeca54fbdec0d4 2952 golang-github-orcaman-concurrent-map_2.0.1-1.debian.tar.xz |
| Go-Import-Path: | github.com/orcaman/concurrent-map |
| lintian 2.116.3+deb12u1 check for golang-github-orcaman-concurrent-map_2.0.1-1.dsc (click to toggle) | |
|---|---|
| README.source for golang-github-orcaman-concurrent-map_2.0.1-1.dsc (click to toggle) | |
|---|---|
| No README.source in this package | |
| control file for golang-github-orcaman-concurrent-map-dev_2.0.1-1_all.deb (click to toggle) | |
|---|---|
| Package: | golang-github-orcaman-concurrent-map-dev |
| Source: | golang-github-orcaman-concurrent-map |
| Version: | 2.0.1-1 |
| Architecture: | all |
| Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Installed-Size: | 45 |
| Section: | golang |
| Priority: | optional |
| Multi-Arch: | foreign |
| Homepage: | https://github.com/orcaman/concurrent-map |
| Description: | Thread-safe concurrent map for go (library) 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. |
| lintian 2.116.3+deb12u1 check for golang-github-orcaman-concurrent-map-dev_2.0.1-1_all.deb (click to toggle) | |
|---|---|
| contents of golang-github-orcaman-concurrent-map-dev_2.0.1-1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-09 04:47 ./ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/doc/golang-github-orcaman-concurrent-map-dev/ -rw-r--r-- root/root 179 2025-11-09 04:47 ./usr/share/doc/golang-github-orcaman-concurrent-map-dev/changelog.Debian.gz -rw-r--r-- root/root 1400 2025-11-09 04:46 ./usr/share/doc/golang-github-orcaman-concurrent-map-dev/copyright drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/gocode/src/github.com/orcaman/ drwxr-xr-x root/root 0 2025-11-09 04:47 ./usr/share/gocode/src/github.com/orcaman/concurrent-map/ -rw-r--r-- root/root 9402 2025-11-09 04:47 ./usr/share/gocode/src/github.com/orcaman/concurrent-map/concurrent_map.go -rw-r--r-- root/root 7585 2025-11-09 04:47 ./usr/share/gocode/src/github.com/orcaman/concurrent-map/concurrent_map_bench_test.go -rw-r--r-- root/root 11898 2025-11-09 04:47 ./usr/share/gocode/src/github.com/orcaman/concurrent-map/concurrent_map_test.go -rw-r--r-- root/root 53 2025-11-09 04:47 ./usr/share/gocode/src/github.com/orcaman/concurrent-map/go.mod | |
| copyright of golang-github-orcaman-concurrent-map-dev_2.0.1-1_all.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/orcaman/concurrent-map Upstream-Name: concurrent-map Files: * Copyright: 2014 streamrail License: Expat Files: debian/* Copyright: 2025 Mathias Gibbens License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
Timestamp: 09.11.2025 / 06:02:32 (UTC)