Memory Arena - Containers - Part 1
This post is a follow up on my initial post on memory arenas where I explore some design and implementation choices for containers build on top of arenas. Implementation rationale For the impleme...
This post is a follow up on my initial post on memory arenas where I explore some design and implementation choices for containers build on top of arenas. Implementation rationale For the impleme...
I am currently in the process of converting my codebase to mostly use memory arenas for its allocations and will see where it leads me. This first blog post is here to gather some thoughts and idea...