{"id":17330431,"url":"https://github.com/lxzan/bp","last_synced_at":"2025-08-16T01:33:28.229Z","repository":{"id":237246221,"uuid":"794117657","full_name":"lxzan/bp","owner":"lxzan","description":"buffer pool","archived":false,"fork":false,"pushed_at":"2024-05-11T08:08:03.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T06:23:58.419Z","etag":null,"topics":["bufferpool"],"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/lxzan.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":"2024-04-30T13:42:51.000Z","updated_at":"2024-05-15T11:08:41.000Z","dependencies_parsed_at":"2024-04-30T14:59:45.289Z","dependency_job_id":"1cdecdf4-503b-4ce1-bfea-26bf20c77df8","html_url":"https://github.com/lxzan/bp","commit_stats":null,"previous_names":["lxzan/bp"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzan%2Fbp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzan%2Fbp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzan%2Fbp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lxzan%2Fbp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lxzan","download_url":"https://codeload.github.com/lxzan/bp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248931856,"owners_count":21185255,"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":["bufferpool"],"created_at":"2024-10-15T14:51:16.286Z","updated_at":"2025-04-14T17:54:08.884Z","avatar_url":"https://github.com/lxzan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## BP\n\n### Introduction\n\nBP is the abbreviation of binary pool, built-in multiple memory pools, the size of the managed memory is 256, 512,\n1024... bytes (default).\n\n### Usage\n\n```go\npackage main\n\nimport \"github.com/lxzan/bp\"\n\nfunc main() {\n\tpool := bp.NewPool(128, 128*1024)\n\tprintln(pool.Get(1).Cap(), pool.Get(200).Cap(), pool.Get(600).Cap())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxzan%2Fbp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flxzan%2Fbp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flxzan%2Fbp/lists"}