{"id":33914367,"url":"https://github.com/spitulax/memplus","last_synced_at":"2026-06-01T03:31:17.638Z","repository":{"id":241820243,"uuid":"806041080","full_name":"spitulax/memplus","owner":"spitulax","description":"A library to help with memory allocation in C","archived":false,"fork":false,"pushed_at":"2026-05-13T12:20:33.000Z","size":458,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-13T14:25:57.370Z","etag":null,"topics":["c"],"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/spitulax.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-26T07:51:39.000Z","updated_at":"2026-05-13T12:19:15.000Z","dependencies_parsed_at":"2024-06-26T10:41:51.891Z","dependency_job_id":"16d7797d-3196-42b3-8a15-64889a2abbbd","html_url":"https://github.com/spitulax/memplus","commit_stats":null,"previous_names":["spitulax/memplus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/spitulax/memplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spitulax%2Fmemplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spitulax%2Fmemplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spitulax%2Fmemplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spitulax%2Fmemplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spitulax","download_url":"https://codeload.github.com/spitulax/memplus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spitulax%2Fmemplus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33759178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["c"],"created_at":"2025-12-12T06:26:45.683Z","updated_at":"2026-06-01T03:31:17.633Z","avatar_url":"https://github.com/spitulax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eMemplus\u003c/h2\u003e\nA library to help with memory allocation and other useful things in C.\n\u003chr\u003e\n\n\u003e [!CAUTION]  \n\u003e This library is still in development! Use at your own risk.\n\n## Features\n\n- [x] Allocator interface\n- [x] Arena allocators (growing, static, temp)\n- [x] Heap allocator\n- [x] Dynamic array\n- [x] Sized string\n- [x] String builder\n- [x] UTF-8 string support\n- [x] Hash table\n- [x] Hash set\n- [x] File IO\n- [ ] Logging\n- [ ] Tracking allocator\n- [ ] Testing\n- [ ] Subprocess\n- [ ] Other kinds of allocators\n- [ ] Socket IO\n- [ ] Threading\n\n## Usage\n\nMemplus is a header only library that you can copy to your project and modify as\nyou like.\n\n```c\n#define MEMPLUS_IMPLEMENTATION // add this line once in a C file\n#include \"memplus.h\"\n```\n\n## Support\n\nTheoretically supports POSIX systems and Windows. Tested on Linux with GCC and\nClang, and on Windows with MSVC.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspitulax%2Fmemplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspitulax%2Fmemplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspitulax%2Fmemplus/lists"}