{"id":53387,"library":"fixbuf","title":"Fixbuf","description":"A fixed-size buffer pool for efficient memory reuse in Go.","status":"active","version":"1.0.3","language":"go","source_language":null,"source_url":null,"tags":["buffer","pool","memory","utility"],"install":[{"cmd":"go get go.dedis.ch/fixbuf","lang":"bash","label":"Install go.dedis.ch/fixbuf"}],"dependencies":[],"imports":[{"symbol":"fixbuf","correct":"go.dedis.ch/fixbuf"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"go.dedis.ch/fixbuf\"\n)\n\nfunc main() {\n\tpool := fixbuf.New(1024)\n\tbuf := pool.Get()\n\tfmt.Println(len(buf))\n\tpool.Put(buf)\n}","lang":"go","description":"Create a fixed-size buffer pool, get and return a buffer."},"warnings":[],"env_vars":null,"search_vec":"'buffer':6,14 'effici':9 'fix':4 'fixbuf':1 'fixed-s':3 'go':13 'memori':10,16 'pool':7,15 'reus':11 'size':5 'util':17","created_at":"2026-06-15T07:37:42.427671+00:00","updated_at":"2026-06-15T07:37:42.427671+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/dedis/fixbuf","github":null,"docs":"https://pkg.go.dev/go.dedis.ch/fixbuf#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-15","next_check":"2026-12-12","install_tag":null}}