{"id":76555,"library":"smallnest-ringbuffer","title":"Ringbuffer","description":"A high-performance lock-free ring buffer implementation in Go.","status":"active","version":"0.1.1","language":"go","source_language":null,"source_url":"https://github.com/smallnest/ringbuffer","tags":["ringbuffer","buffer","lock-free","concurrency"],"install":[{"cmd":"go get github.com/smallnest/ringbuffer","lang":"bash","label":"Install github.com/smallnest/ringbuffer"}],"dependencies":[],"imports":[{"symbol":"ringbuffer","correct":"github.com/smallnest/ringbuffer"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/smallnest/ringbuffer\"\n)\n\nfunc main() {\n\trb := ringbuffer.New(1024)\n\trb.Write([]byte(\"hello\"))\n\tbuf := make([]byte, 5)\n\trb.Read(buf)\n\tfmt.Println(string(buf))\n}","lang":"go","description":"Write and read from a ring buffer"},"warnings":[],"env_vars":null,"search_vec":"'buffer':10,15 'concurr':19 'free':8,18 'go':13 'high':4 'high-perform':3 'implement':11 'lock':7,17 'lock-fre':6,16 'perform':5 'ring':9 'ringbuff':1,14","created_at":"2026-06-17T19:33:14.075469+00:00","updated_at":"2026-06-17T19:33:14.075469+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/smallnest/ringbuffer","github":"https://github.com/smallnest/ringbuffer","docs":"https://pkg.go.dev/github.com/smallnest/ringbuffer#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}}