The State of Allocators in 2026
7 points by LesleyLai
7 points by LesleyLai
I've thought about the "splitting the traits" issue as well, and the solution I thought about was to have 2 set of data structures (one for normal allocators, and another for bump allocators). I think with bump allocators, we often need fundamentally different data structures.