This includes having one TrackingMemoryResource per operator instance
-> to enable concurrently active operators to interact each with their own memory resource (reduce synchronization overhead, enable future features like per-ooperator instance tracking)
Also: make sure that memory manager map manipulations are thread-safe.
This includes having one TrackingMemoryResource per operator instance -> to enable concurrently active operators to interact each with their own memory resource (reduce synchronization overhead, enable future features like per-ooperator instance tracking)
Also: make sure that memory manager map manipulations are thread-safe.