Efficient memory pool with reference counting.
# Cargo.toml
[dependencies]
refpool = "0.4.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a memory pool and reuse allocated objects.
Always call pool.put() after use, or use the PoolRef wrapper.
No dependency data recorded yet.