{"id":76676,"library":"xuanwo-go-bufferpool","title":"go-bufferpool","description":"A simple buffer pool for Go, providing reusable byte buffers to reduce memory allocations.","status":"active","version":"0.2.0","language":"go","source_language":null,"source_url":"https://github.com/Xuanwo/go-bufferpool","tags":["buffer","pool","memory","performance"],"install":[{"cmd":"go get github.com/Xuanwo/go-bufferpool","lang":"bash","label":"Install github.com/Xuanwo/go-bufferpool"}],"dependencies":[],"imports":[{"symbol":"bufferpool","correct":"github.com/Xuanwo/go-bufferpool"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/Xuanwo/go-bufferpool\"\n)\n\nfunc main() {\n\tbp := bufferpool.New(1024)\n\tbuf := bp.Get()\n\tdefer bp.Put(buf)\n\tbuf.WriteString(\"hello\")\n\tfmt.Println(buf.String())\n}","lang":"go","description":"Creates a buffer pool, gets a buffer, writes to it, and returns it."},"warnings":[],"env_vars":null,"search_vec":"'alloc':17 'buffer':6,13,18 'bufferpool':3 'byte':12 'go':2,9 'go-bufferpool':1 'memori':16,20 'perform':21 'pool':7,19 'provid':10 'reduc':15 'reusabl':11 'simpl':5","created_at":"2026-06-17T19:35:57.797129+00:00","updated_at":"2026-06-17T19:35:57.797129+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Xuanwo/go-bufferpool","github":"https://github.com/Xuanwo/go-bufferpool","docs":"https://pkg.go.dev/github.com/Xuanwo/go-bufferpool#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}