{"id":20033098,"url":"https://github.com/ocsmit/cslice","last_synced_at":"2026-05-11T08:03:49.597Z","repository":{"id":232886750,"uuid":"785444562","full_name":"ocsmit/cslice","owner":"ocsmit","description":"Interface for defining typed slices + arena memory allocator for C","archived":false,"fork":false,"pushed_at":"2024-04-11T22:47:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T18:15:34.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocsmit.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":"2024-04-11T22:29:22.000Z","updated_at":"2024-04-11T22:31:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"930c9db7-f203-4443-90a0-ad6081a52712","html_url":"https://github.com/ocsmit/cslice","commit_stats":null,"previous_names":["ocsmit/cslice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fcslice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fcslice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fcslice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fcslice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocsmit","download_url":"https://codeload.github.com/ocsmit/cslice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465078,"owners_count":19967243,"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":[],"created_at":"2024-11-13T09:44:31.409Z","updated_at":"2026-05-11T08:03:44.546Z","avatar_url":"https://github.com/ocsmit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"see [test file](./src/test.c) for example usage which outputs below\n\n```sh\n$ make \u0026\u0026 ./bin\n\ngcc -g -Wall -O0 -std=c11 -Wextra -Wwrite-strings -Wno-parentheses -Wpedantic -Warray-bounds -Wconversion  -Wstrict-prototypes -Wnewline-eof   -c -o src/arena.o src/arena.c\ngcc -g -Wall -O0 -std=c11 -Wextra -Wwrite-strings -Wno-parentheses -Wpedantic -Warray-bounds -Wconversion  -Wstrict-prototypes -Wnewline-eof -o bin src/arena.o src/slice.o src/test.o\ntesting stack i8\n0 : 8\n1 : 237\n2 : 1\n3 : 2\n4 : 44\n5 : 99\n6 : 1\n7 : 2\n8 : 44\n9 : -99\n40, 40\n40, 40\nfailed with error : LIMIT ERROR\npop\n36, 40\npush\n40, 40\nDONE\n\ntesting arena\narena cap: 80\narena offset: 40\nstack cap: 40\n0 : 8\n1 : 237\n2 : 1\n3 : 2\n4 : 44\n5 : 99\n6 : 1\n7 : 2\n8 : 44\n9 : -99\n40, 40\n0 : 8\n1 : 237\n2 : 1\n3 : 9999\n4 : 44\n5 : 99\n6 : 1\n7 : 2\n8 : 44\n9 : -99\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focsmit%2Fcslice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focsmit%2Fcslice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focsmit%2Fcslice/lists"}