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
Introduction to Computing 计算概论APeking University via Coursera Data Structures and Performance
University of California, San Diego via Coursera Foundations of Data Structures
Indian Institute of Technology Bombay via edX Algorithms and Data Structures
Microsoft via edX Data Structures and Design Patterns for Game Developers
University of Colorado System via Coursera