{"id":27294441,"url":"https://github.com/yuvalif/bmapc","last_synced_at":"2025-04-11T22:53:09.479Z","repository":{"id":146688708,"uuid":"116654145","full_name":"yuvalif/bmapc","owner":"yuvalif","description":"bit counter for bitmaps","archived":false,"fork":false,"pushed_at":"2018-01-08T09:14:16.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-11T22:53:08.947Z","etag":null,"topics":["bitcount","bitmap"],"latest_commit_sha":null,"homepage":"","language":"C++","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/yuvalif.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,"zenodo":null}},"created_at":"2018-01-08T09:07:00.000Z","updated_at":"2018-05-14T20:40:53.000Z","dependencies_parsed_at":"2023-07-24T05:15:51.367Z","dependency_job_id":null,"html_url":"https://github.com/yuvalif/bmapc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvalif%2Fbmapc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvalif%2Fbmapc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvalif%2Fbmapc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuvalif%2Fbmapc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuvalif","download_url":"https://codeload.github.com/yuvalif/bmapc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492952,"owners_count":21113162,"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":["bitcount","bitmap"],"created_at":"2025-04-11T22:53:08.437Z","updated_at":"2025-04-11T22:53:09.473Z","avatar_url":"https://github.com/yuvalif.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bmapc\nBitmap Count provide a function that calculates the number of 1-bits in a bitmap. Function is optimized for the case where the array size is divisable by size of int, then it uses the compiler builtin function: `__builtin_popcount` (available in gcc and clang).\nIf a different compiler need to be used, this project: https://github.com/Noctune/bitcount provide a more general implementation of the popcount function.\n\nUse the folowing command to build the test: `g++ -Wall -o test_bitcount test_bitcount.cpp bitcount.cpp`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvalif%2Fbmapc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuvalif%2Fbmapc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvalif%2Fbmapc/lists"}