Dynamic Memory Price

13 Jul 2021

[ c++  memory  cache  allocation  performance  ]

Principles of data organization for C++ developers

Check memory allocation patterns

Why allocators are slow?

How to tackle memory fragmentation?

Custom allocators for STL containers

Caching memory chunks: Checklist

Criteria for custom allocator:

Allocators of Linux - measure speed and consumption

Presentation