Our great sponsors
-
-
rust-channel-benchmarks
rust channel benchmarks to keep stat of performance of Kanal library in comparison with other competitors.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
100% agree! I would love to read about how this works as a high-level overview. I think the best example of a high-level overview I've ever seen is HVM's HOW.md.
-
b) send your test code as a new issue to the unsafe-code-guidelines repo and ask whether it's your code that is in the wrong, or whether stacked borrows should be changed to accommodate your code
-
-
Ouch, didn’t know about https://github.com/crossbeam-rs/crossbeam/issues/821, thanks for pointing that out, that’s a big update for me!
Related posts
- Is there any part of the Standard Library that really impresses you?
- As part of the stdlib mutex overhaul, std::sync::Mutex on Linux now has competitive performance with parking_lot
- appreciating fearless concurrency
- Rust has a small standard library (and that's ok)
- How to do graceful shutdown in rust for cli programs?