{"id":28470607,"url":"https://github.com/napi-rs/mimalloc-safe","last_synced_at":"2025-07-01T20:32:53.926Z","repository":{"id":280922027,"uuid":"943313109","full_name":"napi-rs/mimalloc-safe","owner":"napi-rs","description":"A Fork from https://github.com/purpleprotocol/mimalloc_rust and keep updated with mimalloc","archived":false,"fork":false,"pushed_at":"2025-06-16T11:16:56.000Z","size":236,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T20:12:02.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/napi-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":["napi-rs","Brooooooklyn"]}},"created_at":"2025-03-05T14:04:56.000Z","updated_at":"2025-06-16T11:15:26.000Z","dependencies_parsed_at":"2025-03-06T03:24:10.104Z","dependency_job_id":"eb4728b8-27b8-4fa5-8f23-04efab9da2d6","html_url":"https://github.com/napi-rs/mimalloc-safe","commit_stats":null,"previous_names":["napi-rs/mimalloc_rust2","napi-rs/mimalloc-safe"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/napi-rs/mimalloc-safe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napi-rs%2Fmimalloc-safe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napi-rs%2Fmimalloc-safe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napi-rs%2Fmimalloc-safe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napi-rs%2Fmimalloc-safe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/napi-rs","download_url":"https://codeload.github.com/napi-rs/mimalloc-safe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/napi-rs%2Fmimalloc-safe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260625361,"owners_count":23038180,"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":"2025-06-07T09:40:01.559Z","updated_at":"2025-07-01T20:32:53.830Z","avatar_url":"https://github.com/napi-rs.png","language":"Rust","funding_links":["https://github.com/sponsors/napi-rs","https://github.com/sponsors/Brooooooklyn"],"categories":[],"sub_categories":[],"readme":"# `mimalloc-safe`\n\nForked from https://github.com/purpleprotocol/mimalloc_rust\n\n[![Latest Version]][crates.io] [![Documentation]][docs.rs]\n\nA drop-in global allocator wrapper around the [mimalloc](https://github.com/microsoft/mimalloc) allocator.\nMimalloc is a general purpose, performance oriented allocator built by Microsoft.\n\n## Usage\n\n```rust\nuse mimalloc_safe::MiMalloc;\n\n#[global_allocator]\nstatic GLOBAL: MiMalloc = MiMalloc;\n```\n\n## Requirements\n\nA **C** compiler is required for building [mimalloc](https://github.com/microsoft/mimalloc) with cargo.\n\n## Usage with secure mode\n\nUsing secure mode adds guard pages,\nrandomized allocation, encrypted free lists, etc. The performance penalty is usually\naround 10% according to [mimalloc](https://github.com/microsoft/mimalloc)\nown benchmarks.\n\nTo enable secure mode, put in `Cargo.toml`:\n\n```ini\n[dependencies]\nmimalloc-safe = { version = \"*\", features = [\"secure\"] }\n```\n\n[crates.io]: https://crates.io/crates/mimalloc-safe\n[Latest Version]: https://img.shields.io/crates/v/mimalloc-safe.svg\n[Documentation]: https://docs.rs/mimalloc-safe/badge.svg\n[docs.rs]: https://docs.rs/mimalloc-safe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnapi-rs%2Fmimalloc-safe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnapi-rs%2Fmimalloc-safe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnapi-rs%2Fmimalloc-safe/lists"}