Precise sleep on Windows
Well… it has been almost a year that this blog post remained as a draft… So I decided to publish it as-is even though it is not as thorough as I initially wanted it to be… Recently I read an inter...
Well… it has been almost a year that this blog post remained as a draft… So I decided to publish it as-is even though it is not as thorough as I initially wanted it to be… Recently I read an inter...
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...