dict.unpack and automatically pushed values
I've been toying around with the dict objects and have found them very useful to aggregate states in my patch. The only drawback for me right now is that updated values in the dict object are not pushed out automatically. Is there a way to do this other than to use a metro for each iteration? I'm worried that this would degrade performance...
thnx