An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 10.0% on proxy.golang.org

proxy.golang.org : github.com/muhlemmer/gpool

Package gpool provides a generic alternative to sync.Pool. It is implemented using channels and does not use any other form of locking. The main difference with sync.Pool, is that instances in the Pool don't get garbage collected every other run and the size of the Pool is fixed. Also by using type parameters, this package is generic and can be used without runtime assertion. This makes it suitable for different applications, such as connection Pooling.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/muhlemmer/gpool
License: BSD-3-Clause
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/muhlemmer
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago

    Loading...
    Readme
    Loading...