yatp
yatp copied to clipboard
Yet another thread pool in rust for both callbacks or futures.
The core of the thread pool is about the working threads running the tasks and how they are parked and unparked. One of the main goals of yatp is to...
Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. Release notes Sourced from dashmap's releases. v6.0.0 This release contains performance optimizations, most notably 10-40% gains on Apple Silicon but...
Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. Release notes Sourced from dashmap's releases. v6.1.0 xacrimon/dashmap#308 Commits f2d248e v6.1.0 da6ac5e Add typesize::TypeSize implementation for DashMap/DashSet (#308) 633aadb v6.0.1...