Our great sponsors
-
mioco
[no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).
Honestly Rust with green threads as an option would be exciting one. Looks like there has been an attempt before (https://github.com/dpc/mioco - no longer maintained).
-
(see https://github.com/rayon-rs/rayon/tree/master/src/iter/plumbing)
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Perhaps it's worth looking into Inko? I apologise if I'm shilling my own project a bit too hard here, but reading through the comments it does seem people would be interested in what it's trying to do :)
-
Then, actually unrelated but worth mentioning: HVM. Finally, something new on the functional front that isn't dependent types!
Related posts
- As part of the stdlib mutex overhaul, std::sync::Mutex on Linux now has competitive performance with parking_lot
- The Top 20 Programming Languages and Their Origins
- How should I structure a medium sized crate?
- No telemetry in the Rust compiler: metrics without betraying user privacy
- Does modern implementation use tagged pointers/values?