A Long Journey of Changing std::sort Implementation at Scale
Offered By: CppCon via YouTube
Course Description
Overview
Explore the challenges and insights gained from replacing std::sort in LLVM libc++ at Google in this 57-minute conference talk from CppCon 2023. Delve into the two-year journey of implementing and testing a new sorting algorithm at scale, covering topics such as debugging improvements, benchmarking techniques, and efficiency comparisons between old and new implementations. Learn about the obstacles faced, including golden tests, efficiency problems, undefined behavior, and production issues. Gain valuable lessons from this large-scale sorting algorithm adoption experience, presented by Danila Kutenin, a Senior Software Engineer at Google's Efficiency team with extensive experience in optimizing search engines, databases, and general efficiency.
Syllabus
A Long Journey of Changing std::sort Implementation at Scale - Danila Kutenin - CppCon 2023
Taught by
CppCon
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera