Glommio – Thread-per-core framework that goals to make the duty of writing extremely parallel asynchronous software in a thread-per-core structure simpler for rustaceans
Glommio (pronounced glo-mee-jow or |glomjəʊ|) is a Cooperative Thread-per-Core crate for Rust & Linux primarily based on io_uring. Like different rust asynchronous crates, it permits one to write down asynchronous code that takes benefit of rust async/await, however in contrast to its counterparts, it does not use helper threads anyplace.
https://github.com/DataDog/glommio
Tags |
iouring thread-per-core asynchronous async |
Implementation |
Rust |
License |
MIT |
Platform |
Windows Linux |