{"id":17555785,"url":"https://github.com/gauravjuvekar/aint-safe","last_synced_at":"2025-07-21T16:34:47.384Z","repository":{"id":149631719,"uuid":"126700168","full_name":"gauravjuvekar/aint-safe","owner":"gauravjuvekar","description":"aint-safe - Lock-free async-interrupt-safe data structures","archived":false,"fork":false,"pushed_at":"2019-09-27T23:13:47.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T23:17:26.567Z","etag":null,"topics":["data-structures","lock-free"],"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/gauravjuvekar.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":"2018-03-25T13:28:33.000Z","updated_at":"2019-09-27T23:13:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"44b547b6-c9eb-4f2f-9c8c-e93ce5b544e7","html_url":"https://github.com/gauravjuvekar/aint-safe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gauravjuvekar/aint-safe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravjuvekar%2Faint-safe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravjuvekar%2Faint-safe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravjuvekar%2Faint-safe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravjuvekar%2Faint-safe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gauravjuvekar","download_url":"https://codeload.github.com/gauravjuvekar/aint-safe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gauravjuvekar%2Faint-safe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266334755,"owners_count":23913037,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-structures","lock-free"],"created_at":"2024-10-21T07:59:51.962Z","updated_at":"2025-07-21T16:34:47.344Z","avatar_url":"https://github.com/gauravjuvekar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"aint-safe - Lock-free async-interrupt-safe data structures\n----------------------------------------------------------\n\naint-safe is a collection of lock-free data structures targeted for use in\ninterrupt-based (mostly embedded) single-threaded systems. It uses C11 atomics\nonly.\n\n\n## Features\n- Purely [C11 atomics](http://en.cppreference.com/w/c/atomic).\n- Lock-free up to the C11 implementation of `stdatomic`\n- No dynamic memory use - `malloc`.\n\n## Note\n\nThe functions ensure that the _visible_ effect of any operation interrupting\n(nesting within) any other operation is the same as the nested operation\noccuring _just before_ or _just after_ the interrupted operation.\n\n_You_ must take into account that a nested operation may change the data\nstructure state before or after one of the atomic operations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravjuvekar%2Faint-safe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgauravjuvekar%2Faint-safe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgauravjuvekar%2Faint-safe/lists"}