Designing Fast and Efficient List-like Data Structures
Offered By: CppCon via YouTube
Course Description
Overview
Explore the process of designing optimized list-like data structures for modern CPUs in this CppCon 2023 conference talk. Delve into the evolution from naive linked list implementations to highly efficient designs tailored for contemporary computer architectures. Learn how to drastically reduce cache misses and achieve over 2x performance improvements compared to STL equivalents. Gain insights into optimizing ordered containers like lists, queues, and stacks, which often consume significant compute and memory resources in many applications. Understand the impact of multi-core processors and multi-layer caching on data structure performance, and discover techniques to address these challenges in your C++ projects.
Syllabus
Designing Fast and Efficient List-like Data Structures - Yannic Bonenberger - CppCon 2023
Taught by
CppCon
Related Courses
Computer ArchitecturePrinceton University via Coursera Introduction to Computer Architecture
Carnegie Mellon University via Independent Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course)
Hebrew University of Jerusalem via Coursera 计算机系统基础(一) :程序的表示、转换与链接
Nanjing University via Coursera Computer Architecture
Indian Institute of Technology Madras via Swayam