maskerad object pool

A collection of object pools, for more efficient dynamic memory allocation.

Build status Build Status

Crates.io Docs

License: MIT License

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.