DynamicPVP calls .ToArray() a lot in order to make temporary copies of containers. This should probably be minimized if possible to avoid memory churn.
This seems to only be used on startup, for API support, and to meet Zone Manager API requirements, so I don't think I need to worry about this for now.
DynamicPVP calls
.ToArray()
a lot in order to make temporary copies of containers. This should probably be minimized if possible to avoid memory churn.