rustpool 0.0.1-beta

A data and thread pool library for Rust
Documentation
  • Coverage
  • 82.35%
    14 out of 17 items documented1 out of 1 items with examples
  • Size
  • Source code size: 93.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 850.85 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bignacio/rustpool
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bignacio

Rustpool

A Rust create for thread and object pooling.

Goals

Rustpool was designed with high performance applications in mind, providing standard and lock-free object pools and a thread pool with CPU affinity.

:bangbang: Warning this library is still in beta. Feel free to open issues and submit patches as you help making the project better. Thank you!