1 unstable release
0.0.1-beta | Sep 8, 2021 |
---|
#1251 in Concurrency
55KB
1K
SLoC
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.
‼️ Warning this library is still in beta. Feel free to open issues and submit patches as you help making the project better. Thank you!
lib.rs
:
A data and thread pool library for Rust