{"id":24703417,"url":"https://github.com/youssef-saaed/booleanarray","last_synced_at":"2025-03-22T04:43:01.574Z","repository":{"id":215409679,"uuid":"738876659","full_name":"youssef-saaed/BooleanArray","owner":"youssef-saaed","description":"A C++ class for storing boolean values efficiently using a single bit instead of byte per value","archived":false,"fork":false,"pushed_at":"2024-02-28T20:33:36.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T05:55:02.745Z","etag":null,"topics":["bitwise-operators","cpp","memory-management","open-source","optimization"],"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/youssef-saaed.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}},"created_at":"2024-01-04T08:51:28.000Z","updated_at":"2024-05-05T07:50:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"2836618e-4e5b-4430-9566-1db8ea7050c3","html_url":"https://github.com/youssef-saaed/BooleanArray","commit_stats":null,"previous_names":["youssef-saaed/booleanarray"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssef-saaed%2FBooleanArray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssef-saaed%2FBooleanArray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssef-saaed%2FBooleanArray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youssef-saaed%2FBooleanArray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youssef-saaed","download_url":"https://codeload.github.com/youssef-saaed/BooleanArray/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244907379,"owners_count":20529851,"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":["bitwise-operators","cpp","memory-management","open-source","optimization"],"created_at":"2025-01-27T05:55:15.042Z","updated_at":"2025-03-22T04:43:01.551Z","avatar_url":"https://github.com/youssef-saaed.png","language":"C++","readme":"# BooleanArray\r\n\r\nA C++ class for storing boolean values efficiently using a single bit per value.\r\n\r\n## Usage\r\n\r\nInclude the `BooleanArray.h` header file in your C++ project and use the `BooleanArray` class as follows:\r\n\r\n```cpp\r\n#include \"BooleanArray.h\"\r\n\r\n// Example Usage\r\nint main() {\r\n    // Create a BooleanArray with a specified size\r\n    BooleanArray boolArray(100);\r\n\r\n    // Set and get values\r\n    boolArray.set(5, true);\r\n    bool value = boolArray[5];\r\n    \r\n    return 0;\r\n}\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoussef-saaed%2Fbooleanarray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoussef-saaed%2Fbooleanarray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoussef-saaed%2Fbooleanarray/lists"}