Explore >> Select a destination


You are here

jmmv.dev
| | jgayfer.com
3.3 parsecs away

Travel
| | I didn't discover the joy of writing Rust code until I stopped trying to make the language something it isn't.
| | rust-lang.github.io
2.5 parsecs away

Travel
| | This is a set of recommendations on how to design and present APIs for the Rust programming language.
| | andreabergia.com
3.5 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.
| | theincredibleholk.org
9.9 parsecs away

Travel
| As I've written about before, one of the major features we're working on adding to Rust is to allow async functions in traits. Today we have support in nightly ...