numanji 0.1.5

Local-affinity first NUMA-aware allocator with optional fallback
[badges.maintenance]
status = "actively-developed"
[dependencies.allocator-suite]
version = "0.1.6"

[dependencies.lazy_static]
version = "^1.4"
[dev-dependencies.rand]
version = "0.7"

[package]
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
categories = ["memory-management", "caching"]
description = "Local-affinity first NUMA-aware allocator with optional fallback"
documentation = "https://docs.rs/numanji"
edition = "2018"
exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
homepage = "https://github.com/bastion-rs/numanji"
keywords = ["numa", "numa-aware", "allocator", "memory"]
license = "Apache-2.0/MIT"
name = "numanji"
readme = "README.md"
repository = "https://github.com/bastion-rs/numanji"
version = "0.1.5"
[target."cfg(not(any(target_os = \"android\", target_os = \"linux\")))".dependencies.jemallocator]
version = "^0.3"