What Does It Take to Implement the C++ Standard Library? - C++Now Edition
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of implementing the C++ Standard Library in this comprehensive conference talk from C++Now 2024. Delve into the unique challenges, design opportunities, and user considerations that set standard library implementation apart from typical user code. Learn about the complexity that has limited the number of implementations to date and gain insights into the decision-making process behind library design. Discover how senior software engineer Christopher Di Bella, who works on improving the LLVM toolchain at Google, approaches these challenges. Gain valuable knowledge about C++ ergonomics, performance optimization, and the inner workings of essential C++ tools. Perfect for experienced C++ developers, software engineers, and anyone interested in the depths of C++ language implementation.
Syllabus
What Does It Take to Implement the C++ Standard Library? (C++Now Edition) Christopher Di Bella
Taught by
CppNow
Related Courses
Building Your Own Programming LanguageFrontend Masters BeauĀtiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube