{"id":15394919,"url":"https://github.com/kassane/sieve-cache-cpp","last_synced_at":"2026-02-03T07:34:20.443Z","repository":{"id":240527092,"uuid":"802846021","full_name":"kassane/sieve-cache-cpp","owner":"kassane","description":"A SIEVE cache implementation for C++","archived":false,"fork":false,"pushed_at":"2024-08-15T13:31:24.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T07:51:08.762Z","etag":null,"topics":["cache-algorithm","cpp","sieve","sieve-cache"],"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/kassane.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":"2024-05-19T12:31:14.000Z","updated_at":"2025-04-16T07:22:01.000Z","dependencies_parsed_at":"2024-05-19T15:26:19.048Z","dependency_job_id":"18cc0f57-2932-43cf-ac03-dd3d19407f65","html_url":"https://github.com/kassane/sieve-cache-cpp","commit_stats":null,"previous_names":["kassane/sieve-cache-cpp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kassane/sieve-cache-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fsieve-cache-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fsieve-cache-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fsieve-cache-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fsieve-cache-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kassane","download_url":"https://codeload.github.com/kassane/sieve-cache-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Fsieve-cache-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cache-algorithm","cpp","sieve","sieve-cache"],"created_at":"2024-10-01T15:24:55.402Z","updated_at":"2026-02-03T07:34:20.406Z","avatar_url":"https://github.com/kassane.png","language":"C++","readme":"# Sieve Cache in C++ (header only)\n\nA [SIEVE cache](https://cachemon.github.io/SIEVE-website/) implementation for C++. Based on [D implementation](https://github.com/kubo39/sieve-cache-d).\n\n### How to Use\n\n* Test on [godbolt](https://godbolt.org/z/fej9cM61j)\n\n**or**\n\n* Add in your `CMakeLists.txt`\n\n```cmake\ninclude(FetchContent)\nFetchContent_Declare(\n    sieve\n    GIT_REPOSITORY \"https://github.com/kassane/sieve-cache-cpp.git\"\n    GIT_TAG main\n)\nset(BUILD_BENCH OFF)\nset(BUILD_TESTS OFF)\nFetchContent_GetProperties(sieve)\nif(NOT sieve_POPULATED)\n    FetchContent_Populate(sieve)\nendif()\nset(SIEVE_PATH \"${sieve_SOURCE_DIR}/include\")\n\nadd_executable(${PROJECT_NAME} \"demo.cc\")\ntarget_include_directories(${PROJECT_NAME} PRIVATE ${SIEVE_PATH})\n```\n\n```bash\n$ cmake -B build\n$ cmake --build build\n# Run benchmark sample (if enabled)\n$ cmake --build build --target bench\n# Run unittest  (if enabled)\n$ cmake --build build --target unittest\n```\n\n## LICENSE\n\nSee: [LICENSE](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassane%2Fsieve-cache-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkassane%2Fsieve-cache-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassane%2Fsieve-cache-cpp/lists"}