Performance Matters: New Tricks for Old Dogs - Lecture 1
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Explore performance-oriented techniques for C++ programming in this conference talk from Meeting C++ 2023. Delve into several innovative approaches that put new spins on established concepts, focusing on improving efficiency and speed. Learn methods for faster erasure from vectors, deques, and static vectors when order is not crucial. Discover how to create more cache-friendly linked lists and construct random-access containers with O(1) [] operators using multiple memory blocks while maintaining a growth factor. Gain insights suitable for both newcomers to the language and experienced programmers looking to enhance their skillset with practical, performance-driven strategies.
Syllabus
Performance matters - new tricks for old dogs - Matt Bentley - Meeting C++ 2023
Taught by
Meeting Cpp
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera