{"id":15798250,"url":"https://github.com/nasa9084/go-builderpool","last_synced_at":"2026-02-13T15:43:04.016Z","repository":{"id":97585453,"uuid":"122917382","full_name":"nasa9084/go-builderpool","owner":"nasa9084","description":"A simple strings.Builder pool using sync.Pool","archived":false,"fork":false,"pushed_at":"2021-09-14T07:26:16.000Z","size":6,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T14:24:29.557Z","etag":null,"topics":["builder","go","golang","goroutine-pool","goroutine-safe","strings"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nasa9084.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-26T05:22:03.000Z","updated_at":"2024-08-10T13:27:52.000Z","dependencies_parsed_at":"2023-06-18T04:32:25.942Z","dependency_job_id":null,"html_url":"https://github.com/nasa9084/go-builderpool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nasa9084/go-builderpool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-builderpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-builderpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-builderpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-builderpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasa9084","download_url":"https://codeload.github.com/nasa9084/go-builderpool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-builderpool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259808834,"owners_count":22914718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","go","golang","goroutine-pool","goroutine-safe","strings"],"created_at":"2024-10-05T00:40:27.932Z","updated_at":"2026-02-13T15:42:58.969Z","avatar_url":"https://github.com/nasa9084.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# builderpool\n[![Test](https://github.com/nasa9084/go-builderpool/actions/workflows/test.yml/badge.svg)](https://github.com/nasa9084/go-builderpool/actions/workflows/test.yml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/nasa9084/go-builderpool.svg)](https://pkg.go.dev/github.com/nasa9084/go-builderpool)\n---\n\nA simple strings.Builder pool using sync.Pool inspired by [lestrrat-go/bufferpool](https://github.com/lestrrat-go/bufferpool).\n\n## SYNOPSIS\n\n``` go\nimport \"github.com/nasa9084/go-builderpool\"\n\nvar pool = builderpool.New()\n\nfunc main() {\n    builder := pool.Get()\n    defer pool.Release(builder)\n\n    // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa9084%2Fgo-builderpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasa9084%2Fgo-builderpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa9084%2Fgo-builderpool/lists"}