{"id":13785662,"url":"https://github.com/bastion-rs/numanji","last_synced_at":"2025-05-03T22:31:28.369Z","repository":{"id":52415189,"uuid":"219345109","full_name":"bastion-rs/numanji","owner":"bastion-rs","description":"Local-affinity first NUMA-aware allocator with optional fallback.","archived":false,"fork":false,"pushed_at":"2021-04-29T20:55:46.000Z","size":790,"stargazers_count":24,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T11:16:52.876Z","etag":null,"topics":["allocator","globalallocator","mmap","numa","numa-aware","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/bastion-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":"bastion","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-11-03T18:19:16.000Z","updated_at":"2025-03-14T02:39:01.000Z","dependencies_parsed_at":"2022-09-19T07:13:05.508Z","dependency_job_id":null,"html_url":"https://github.com/bastion-rs/numanji","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastion-rs%2Fnumanji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastion-rs%2Fnumanji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastion-rs%2Fnumanji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastion-rs%2Fnumanji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bastion-rs","download_url":"https://codeload.github.com/bastion-rs/numanji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251268236,"owners_count":21561979,"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":["allocator","globalallocator","mmap","numa","numa-aware","rust"],"created_at":"2024-08-03T19:01:03.146Z","updated_at":"2025-05-03T22:31:27.864Z","avatar_url":"https://github.com/bastion-rs.png","language":"Rust","funding_links":["https://opencollective.com/bastion"],"categories":["NUMA-aware memory placement and scheduling"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/bastion-rs/numanji/blob/master/img/numanji.jpg\"\u003e\u003cbr\u003e\n\u003c/div\u003e\n\nLocal-affinity first NUMA-aware allocator with optional fallback.\n\nThis crate supplies NUMA-aware local policy enabled allocation.\n\n### When using `autoselect`\nFallback system is triggered with `autoselect`.\nIf system is not supporting NUMA-aware allocation it falls back to `Jemalloc`.\n\n### When using `NUMA-aware`\nIf autoselect is not used, `memmap` fallback will be triggered with \ndefault system page size and it will be used as allocator.\n\n```rust\n// Allocator generator macro\nuse numanji::*;\n\n// Do autoselect for allocator\nautoselect!();\n\nfn main() {\n    // Allocated by Numanji based on your Numa availability on your system.\n    let _vec = Vec::\u003cusize\u003e::with_capacity(1234);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastion-rs%2Fnumanji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastion-rs%2Fnumanji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastion-rs%2Fnumanji/lists"}