Skip to content

Get Parameter Performance Improvement: Fix

Rolf Madsen requested to merge GetParameterPerformanceImprovement into master

Added a performance improvement that should reduce the likelyhood of list modification during iteration occuring from user code. The performance improvement should be in the order of O(n) -> O(1).

Merge request reports