{"id":25539227,"url":"https://github.com/rohanvdvivedi/slabby","last_synced_at":"2026-02-20T19:03:46.277Z","repository":{"id":106956806,"uuid":"268737936","full_name":"RohanVDvivedi/Slabby","owner":"RohanVDvivedi","description":"A slab memory allocator in C.","archived":false,"fork":false,"pushed_at":"2025-12-27T18:57:08.000Z","size":92,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T16:54:06.846Z","etag":null,"topics":["memory-allocator","slab-allocator","slab-memory-allocation"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanVDvivedi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-02T07:59:35.000Z","updated_at":"2025-12-27T18:57:12.000Z","dependencies_parsed_at":"2024-06-22T19:06:00.630Z","dependency_job_id":"c94f35ac-bde8-47ba-b2d5-fee1001742ef","html_url":"https://github.com/RohanVDvivedi/Slabby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"RohanVDvivedi/c_template_application","purl":"pkg:github/RohanVDvivedi/Slabby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FSlabby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FSlabby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FSlabby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FSlabby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanVDvivedi","download_url":"https://codeload.github.com/RohanVDvivedi/Slabby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanVDvivedi%2FSlabby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["memory-allocator","slab-allocator","slab-memory-allocation"],"created_at":"2025-02-20T05:32:24.399Z","updated_at":"2026-02-20T19:03:46.273Z","avatar_url":"https://github.com/RohanVDvivedi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slabby\nSlabby is a fixed sized cache memory allocator.\nBased on the Slab memory allocation, designed by Bonvick.\n\nreferences : His paper [here](https://pdfs.semanticscholar.org/1acc/3a14da69dd240f2fbc11d00e09610263bdbd.pdf?_ga=2.249523655.1104392717.1591767251-111770065.1590953620) and Wikipedia [Article](https://en.wikipedia.org/wiki/Slab_allocation)\n\n## Setup instructions\n**Install dependencies :**\n * [Cutlery](https://github.com/RohanVDvivedi/Cutlery)\n\n**Download source code :**\n * `git clone https://github.com/RohanVDvivedi/Slabby.git`\n\n**Build from source :**\n * `cd Slabby`\n * `make clean all`\n\n**Install from the build :**\n * `sudo make install`\n * ***Once you have installed from source, you may discard the build by*** `make clean`\n\n## Using The library\n * add `-lslabby -lpthread -lcutlery` linker flag, while compiling your application\n * do not forget to include appropriate public api headers as and when needed. this includes\n   * `#include\u003cslabby/cache.h\u003e`\n\n## Instructions for uninstalling library\n\n**Uninstall :**\n * `cd Slabby`\n * `sudo make uninstall`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanvdvivedi%2Fslabby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohanvdvivedi%2Fslabby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohanvdvivedi%2Fslabby/lists"}