7 releases
Uses old Rust 2015
0.3.0 | Feb 9, 2018 |
---|---|
0.2.2 | Feb 2, 2018 |
0.1.2 | Dec 21, 2017 |
#556 in Memory management
31 downloads per month
64KB
518 lines
maskerad object pool
A collection of object pools, for more efficient dynamic memory allocation.
A collection of object pools, for more efficient dynamic memory allocation.
This library provides 2 data structures to deal with dynamic memory allocation more efficiently :
- An object pool for single-threaded contexts
- An object pool for multi-threaded contexts
More informations
See the github repository for more informations on this crate.
You can find the documentation here.
Dependencies
~250KB