stalloc 0.4.1

Stalloc is a fast first-fit memory allocator that you can use to quickly speed up your Rust programs.
Documentation
[dependencies]

[[example]]
name = "fast_vectors"
path = "examples/fast_vectors.rs"

[[example]]
name = "local_alloc"
path = "examples/local_alloc.rs"

[[example]]
name = "local_string"
path = "examples/local_string.rs"

[[example]]
name = "threaded"
path = "examples/threaded.rs"

[features]
allocator_api = []
default = ["sync_stalloc", "allocator_api"]
sync_stalloc = []

[lib]
name = "stalloc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stalloc is a fast first-fit memory allocator that you can use to quickly speed up your Rust programs."
edition = "2024"
license = "MIT"
name = "stalloc"
readme = "README.md"
repository = "https://github.com/abgros/stalloc"
version = "0.4.1"