"This demo I gave showing the integration of tracing and profiling shows the future direction of how ever increasing integration of different technologies will add value beyond what each technology provides on it's own"
"Arena Types: `ofConfined()` - confined to the thread that created the Arena, fastest allocation and deallocation; `ofShared()` - can be accessed by multiple threads, closing has linear synchronization overhead depending on thread counts; `ofGlobal()` - never closed; `ofAuto()` - legacy ByteBuffer, avoid because of unpredictable GC based deallocation."