#object-pool #pool #memory-allocator #allocation #dynamic #collection

maskerad_object_pool

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

7 releases

Uses old Rust 2015

0.3.0 Feb 9, 2018
0.2.2 Feb 2, 2018
0.1.2 Dec 21, 2017

#25 in #object-pool

MIT/Apache

64KB
518 lines

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.

Dependencies

~47–265KB