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

Top 9.0% on proxy.golang.org

proxy.golang.org : github.com/skeptycal/stringpool

Package stringpool provides a sync.Pool of efficient strings.Builder workers that may be reused as needed, reducing the need to instantiate and allocate new builders in text heavy applications. From the Go standard library: A Builder is used to efficiently build a string using Write methods. It minimizes memory copying. A Pool is used to cache allocated but unused items for later reuse, relieving pressure on the sgarbage collector. That is, it makes it easy to build efficient, thread-safe free lists. Go 1.10 or later is required.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/skeptycal/stringpool
License: MIT
Latest release: almost 4 years ago
First release: almost 4 years ago
Namespace: github.com/skeptycal
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/skeptycal, https://patreon.com/skeptycal, https://opencollective.com/skeptycal, https://ko-fi.com/skeptycal, https://issuehunt.io/r/skeptycal
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...