Title: Benchmarking memory allocators at BlackAlps 2022
Date: 2023-05-17 15:15

Last year, I gave a lighting talk at work's internal "Performances
summit" about my adventures in benchmarking memory allocators, mostly from a
performance point of view. It was then augmented with a small security benchmark
component, and extended into a full talk given at
[BlackAlps](https://www.blackalps.ch/ba-22/talks.php#03), the 15<sup>th</sup>
of November 2022. The video just got published:

<iframe
    credentialless
    allowfullscreen
    referrerpolicy="no-referrer"
    sandbox="allow-scripts allow-same-origin"
    csp="sandbox;"
    width="560"
    height="315"
    src="https://www.youtube.com/embed/vNTb0kevTcw"
    title="YouTube video of the talk"
    frameborder="0"
></iframe>

The slides can be found [here]({static}/files/blackalps_2022.pdf),
the recording [here](https://www.youtube.com/watch?v=vNTb0kevTcw),
and the code/data [here](https://github.com/daanx/mimalloc-bench).
