Hello, and welcome to a new edition of Links lists! C++, Rust, Kubernetes and careers this week! Coding Optimizing C++ std::sort at Google scale 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. Changing Std::sort at Google’s Scale and Beyond TL;DR; We are changing std::sort in LLVM’s libcxx.