maskerad_object_pool

Crates.iomaskerad_object_pool
lib.rsmaskerad_object_pool
version0.3.0
sourcesrc
created_at2017-12-21 18:17:15.052636
updated_at2018-02-09 10:04:37.278186
descriptionA collection of object pools, for more efficient dynamic memory allocation
homepage
repositoryhttps://github.com/Maskerad-rs/Maskerad_object_pool
max_upload_size
id43869
size214,616
(Malkaviel)

documentation

README

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.

Commit count: 56

cargo fmt