{"id":50994,"library":"roaringbitmap-roaring","title":"Roaring Bitmaps","description":"A Go implementation of Roaring Bitmaps, a compressed bitmap data structure for efficient set operations.","status":"active","version":"1.9.4","language":"go","source_language":null,"source_url":"https://github.com/RoaringBitmap/roaring","tags":["bitmap","compression","data-structures"],"install":[{"cmd":"go get github.com/RoaringBitmap/roaring","lang":"bash","label":"Install github.com/RoaringBitmap/roaring"}],"dependencies":[],"imports":[{"symbol":"roaring","correct":"github.com/RoaringBitmap/roaring"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/RoaringBitmap/roaring\"\n)\n\nfunc main() {\n    rb := roaring.NewBitmap()\n    rb.Add(1)\n    rb.Add(2)\n    fmt.Println(rb.Contains(1))\n}","lang":"go","description":"Creates a bitmap, adds values, and checks membership."},"warnings":[],"env_vars":null,"search_vec":"'bitmap':2,8,11,18 'compress':10,19 'data':12,21 'data-structur':20 'effici':15 'go':4 'implement':5 'oper':17 'roar':1,7 'set':16 'structur':13,22","created_at":"2026-06-15T05:16:41.095837+00:00","updated_at":"2026-06-15T05:16:41.095837+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/RoaringBitmap/roaring","github":"https://github.com/RoaringBitmap/roaring","docs":"https://pkg.go.dev/github.com/RoaringBitmap/roaring#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}}