proxy.golang.org : github.com/stretchr/pools
Package pools implements an interface similar to sync.Pool, but allows for Getting and Putting slices of an object rather than an individual object. Get allows you to request a slice of a certain size. Each slice size is backed by its own pool. For example:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/stretchr/pools
License: MIT
Latest release: almost 11 years ago
First release: almost 11 years ago
Namespace: github.com/stretchr
Stars: 5 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago