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
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