OCLOperators dictionary
dictionary(loopvar| ExpressionForKeyDefinition , ExpressionForLookUpInDictionary )
When you need to iterate over two lists to match on some common attribute a dictionary will greatly reduce the work performed by the cpu.
dictionary(loopvar| ExpressionForKeyDefinition , ExpressionForLookUpInDictionary )
When you need to iterate over two lists to match on some common attribute a dictionary will greatly reduce the work performed by the cpu.