{"id":22898472,"url":"https://github.com/cchexcode/go-bitvector","last_synced_at":"2025-07-09T15:37:37.692Z","repository":{"id":103946225,"uuid":"201024267","full_name":"cchexcode/go-bitvector","owner":"cchexcode","description":"Memory optimized boolean collection `bitvector`.","archived":false,"fork":false,"pushed_at":"2020-01-16T19:59:26.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T07:44:54.458Z","etag":null,"topics":["bitvector","boolean","collection","go","golang","storage"],"latest_commit_sha":null,"homepage":"https://github.com/HeikoAlexanderWeber/bitvector","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/cchexcode.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":"2019-08-07T10:04:29.000Z","updated_at":"2020-01-16T19:59:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"8579cd37-6e54-4a8a-af1e-54b1d330fde5","html_url":"https://github.com/cchexcode/go-bitvector","commit_stats":null,"previous_names":["cchexcode/go-bitvector","replicadse/go-bitvector","heikoalexanderweber/go-bitvector"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fgo-bitvector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fgo-bitvector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fgo-bitvector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fgo-bitvector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cchexcode","download_url":"https://codeload.github.com/cchexcode/go-bitvector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246569007,"owners_count":20798341,"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":["bitvector","boolean","collection","go","golang","storage"],"created_at":"2024-12-14T00:32:30.415Z","updated_at":"2025-04-01T01:52:42.352Z","avatar_url":"https://github.com/cchexcode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-bitvector\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-orange.svg)](LICENSE)\n\n## Stats\n\n[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\\\n[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=HeikoAlexanderWeber.go-bitvector)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\\\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\\\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\\\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\\\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=HeikoAlexanderWeber.go-bitvector\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=HeikoAlexanderWeber.go-bitvector)\n\n## Prerequisites\n\n* `Go` \u003e= 1.13.x\n\n## Getting started\n\nFor setting up the environment, just call `sh scripts/setup.sh`.\n\n## Commands\n\n* `make install` for downloading dependencies (done in `setup.sh`)\n* `make format` for formatting the code using `gofmt`\n* `make test` for executing unit tests\n* `make bench` for executing benchmarks and reports\n* `make cover` for generating an interactive coverage report\n\n## Dependencies\n\nThis project makes no use of 3rd party dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcchexcode%2Fgo-bitvector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcchexcode%2Fgo-bitvector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcchexcode%2Fgo-bitvector/lists"}