{"id":21963215,"url":"https://github.com/matsutaku/simpledatastructure","last_synced_at":"2025-04-23T22:28:14.357Z","repository":{"id":133922128,"uuid":"139802093","full_name":"MatsuTaku/SimpleDataStructure","owner":"MatsuTaku","description":"C++17 library that packed some of succinct data structures and algorithms supports.","archived":false,"fork":false,"pushed_at":"2022-11-25T17:34:46.000Z","size":2788,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-18T19:05:59.874Z","etag":null,"topics":["algorithms-datastructures","cpp17-library","succinct","succinct-bit-vector","succinct-data-structure"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatsuTaku.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-07-05T06:05:30.000Z","updated_at":"2024-02-27T06:16:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d73084a-5d1e-4f70-ad6a-c606632b55a4","html_url":"https://github.com/MatsuTaku/SimpleDataStructure","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/MatsuTaku%2FSimpleDataStructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsuTaku%2FSimpleDataStructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsuTaku%2FSimpleDataStructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatsuTaku%2FSimpleDataStructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatsuTaku","download_url":"https://codeload.github.com/MatsuTaku/SimpleDataStructure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250525707,"owners_count":21445070,"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":["algorithms-datastructures","cpp17-library","succinct","succinct-bit-vector","succinct-data-structure"],"created_at":"2024-11-29T11:00:09.478Z","updated_at":"2025-04-23T22:28:14.345Z","avatar_url":"https://github.com/MatsuTaku.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleDataStructure\nC++17 interface (header only) library packing some of succinct data structures.\nThis library supporting cmake build environment.\n\n**We welcome to your contacts and contributions.**\n\n## Dependencies\n- Boost - https://www.boost.org/\n\n## Usage\n### At first\nYout must setup dependencies.\n\nIf you are using ***Homebrew***, you can setup with command as follow:\n```bash\nbrew install boost\n```\n\n### As CMake library examples\n1. Add your git repository as submodule like follows:\n```bash\ngit submodule add https://github.com/MatsuTaku/SimpleDataStructure.git\n```\n2. In your `CMakeLists.txt` file, type like follows:\n```CMake\n...\nadd_subdirectory(SimpleDataStructure)\ntarget_link_libraries(your_target [PUBLIC|PRIVATE|INTERFACE] sim_ds)\n...\n```\n#### If you are using Windows...\nYou have to sample BOOST_ROOT to your boost library path.\n```CMake\nsample(BOOST_ROOT /path/to/boost_version/)\n```\n\n## Documents\n\nSee [documents](https://MatsuTaku.github.io/SimpleDataStructure/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsutaku%2Fsimpledatastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsutaku%2Fsimpledatastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsutaku%2Fsimpledatastructure/lists"}