Crates.io | rustpool |
lib.rs | rustpool |
version | 0.0.1-beta |
source | src |
created_at | 2021-09-08 01:28:03.151189 |
updated_at | 2021-09-08 01:28:03.151189 |
description | A data and thread pool library for Rust |
homepage | |
repository | https://github.com/bignacio/rustpool |
max_upload_size | |
id | 448303 |
size | 93,733 |
A Rust create for thread and object pooling.
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!