{"id":23170823,"url":"https://github.com/waynejz/rapidcache","last_synced_at":"2025-06-25T22:05:35.277Z","repository":{"id":100535147,"uuid":"330686798","full_name":"WayneJz/rapidcache","owner":"WayneJz","description":"Pure C implementation of cache","archived":false,"fork":false,"pushed_at":"2022-02-11T09:08:22.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T07:44:10.875Z","etag":null,"topics":["c","cache","concurrency","hashmap"],"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/WayneJz.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":"2021-01-18T14:11:56.000Z","updated_at":"2022-02-11T12:53:57.000Z","dependencies_parsed_at":"2023-05-15T19:30:36.859Z","dependency_job_id":null,"html_url":"https://github.com/WayneJz/rapidcache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WayneJz/rapidcache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WayneJz%2Frapidcache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WayneJz%2Frapidcache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WayneJz%2Frapidcache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WayneJz%2Frapidcache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WayneJz","download_url":"https://codeload.github.com/WayneJz/rapidcache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WayneJz%2Frapidcache/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960503,"owners_count":23236572,"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":["c","cache","concurrency","hashmap"],"created_at":"2024-12-18T04:15:09.785Z","updated_at":"2025-06-25T22:05:35.268Z","avatar_url":"https://github.com/WayneJz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rapidcache\n**A Pure C Implementation of Fast Cache - 纯 C 语言实现的高速缓存**\n\n[中文说明](/README_CN.md)\n\n## Features\n\n- Pure C implementation of Hash (two levels of hash) \n\n- Minimum level of read-write lock in use, improving concurrent efficiency \n\n- Self-defined options (including cache second, sweep second, hash function etc.)\n\n- [WIP] Independent cleaner and expander threads to reduce memory usage and hash collision\n\n\n## Demo \u0026 Simple Test\n\n```C\ngcc -std=c11 cache.c main.c -lpthread -o cache\n\n./cache\n```\n\n## Usage\n\nDownload to your project, and include the only header file.\n\nFor details, see `main.c` the demo.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaynejz%2Frapidcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaynejz%2Frapidcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaynejz%2Frapidcache/lists"}