Overview
Explore advanced memory management techniques in C++ with this conference talk from C++ on Sea 2023. Delve into Polymorphic Memory Resource (PMR), available since C++17, and learn how it simplifies memory management for various purposes such as reducing heap allocation costs, improving reference locality, and minimizing heap fragmentation. Discover tools and techniques for analyzing program memory usage, implement PMR with standard library types, and create custom PMR-compatible types. Gain valuable advice and avoid common pitfalls while optimizing your program's memory usage. Presented by Björn Fahller, a senior developer at Net Insight and creator of popular open-source C++ libraries, this talk offers practical insights for C++ developers seeking to enhance their memory management skills.
Syllabus
Most Malleable Memory Management Method in C++ - Björn Fahller - C++ on Sea 2023
Taught by
cpponsea