Explore >> Select a destination


You are here

without.boats
| | boats.gitlab.io
0.1 parsecs away

Travel
| | It's hard to believe its been almost 6 weeks since the last post I made about async/await in Rust. So much has happened that these last several weeks have flown by. We've made exceptionally good progress on solving the problem laid out in the first post of this series, and I want to document it all for everyone. Future and the pinning API Last month I wrote an RFC called "Standard library API for immovable types".
| | aturon.github.io
2.4 parsecs away

Travel
| | [AI summary] This blog post introduces Rust's zero-cost futures library, which enables efficient asynchronous I/O programming by providing high-level abstractions that compile down to low-level state-machine code without runtime overhead.
| | coaxion.net
1.5 parsecs away

Travel
| |
| | andreabergia.com
18.1 parsecs away

Travel
| Hello, and welcome to a new edition of Links lists! C++, Rust, Kubernetes and careers this week! Coding Link to heading Optimizing C++ std::sort at Google scale Link to heading The algorithm in the STL of C++ are very powerful and very widely used. This article is a very in-depth look at how and why Google modified the implementation of std::sort. The changes have been merged in LLVM and will be available to everyone soon.