Most Malleable Memory Management Method - Björn Fahller - NDC TechTown 2023

Описание к видео Most Malleable Memory Management Method - Björn Fahller - NDC TechTown 2023

This talk was recorded at NDC Techtown in Kongsberg, Norway. #ndctechtown #ndcconferences #cplusplus #developer
#softwaredeveloper

Attend the next NDC conference near you:
https://ndcconferences.com
https://ndctechtown.com/

Subscribe to our YouTube channel and learn every day:
/‪@NDC‬


Examples for wanting to manage the memory usage of your program can be to reduce the cost of heap allocations, improve locality of reference, or maybe reduce heap fragmentation.

Regardless of reason, PMR, Polymorphic Memory Resource, is available since C++17, and makes your life much easier.

I will show you...

Tools and techniques for analysing the memory usage of your program.

How PMR makes memory management easier.

How to use PMR with the standard library types.

How to make your own types use PMR.

Advice, and pitfalls to avoid, on your quest to improving the memory usage of your program.

Комментарии

Информация по комментариям в разработке