[package]
name = "malloc-bench-rs"
version = "0.1.0"
edition = "2021"
rust-version = "1.88"
license = "MIT OR Apache-2.0"
description = "Portable, 100% Rust, generic-over-GlobalAlloc multi-threaded allocator benchmark harness (larson + mstress workloads with cross-thread handoff). The pure-Rust answer to mimalloc-bench (which is C-only) — zero runtime dependencies, comparison crates like mimalloc/jemalloc remain dev-only at consumer's discretion."
readme = "README.md"
repository = "https://github.com/PHPCraftdream/sefer-alloc"
homepage = "https://github.com/PHPCraftdream/sefer-alloc/tree/main/crates/malloc-bench"
documentation = "https://docs.rs/malloc-bench-rs"
keywords = ["benchmark", "allocator", "globalalloc", "larson", "mstress"]
categories = ["development-tools::profiling", "memory-management"]
[dependencies]
[dev-dependencies]
mimalloc = "0.1"