[ 源代码: golang-github-bsm-pool ]
软件包: golang-github-bsm-pool-dev (0.8.0-4)
golang-github-bsm-pool-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-bsm-pool:
- [golang-github-bsm-pool_0.8.0-4.dsc]
- [golang-github-bsm-pool_0.8.0.orig.tar.xz]
- [golang-github-bsm-pool_0.8.0-4.debian.tar.xz]
维护者:
Original Maintainer:
- QA Group
外部的资源:
- 主页 [github.com]
相似软件包:
simple connection pool library for Golang
BSM Pool implements a simple connection pool for Go.
Features:
- thread-safe - lock-free - stack-based rather than queue-based + connections that have been used recently are more likely to be re-used - supports pool shrinking (reap idle connections)
其他与 golang-github-bsm-pool-dev 有关的软件包
|
|
|
-
- dep: golang-ginkgo-dev
- BDD Testing Framework for Go
-
- dep: golang-gomega-dev
- Matcher/assertion library for the Go programming language