Get the latest tech news
Speculations on arenas and non-trivial destructors
gram.com/blog/2025/10/16/ As I continue to reflect on arenas and lifetimes in C++, I realized that dealing with destructors is not so onerous. In fact, it does not even impact my established arena usage! That is, implicit RAII-style deallocation at scope termination, which works even in plain old C.
None
Or read this on Hacker News