alloc-from-pool 1.0.3

Single-threaded object pool implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
description = "Single-threaded object pool implementation"
edition = "2021"
license = "MIT"
name = "alloc-from-pool"
version = "1.0.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
bencher = "0.1.5"

[[bench]]
harness = false
name = "compare_with_box"