OCLOperators dictionary
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  dictionary(loopvar| ExpressionForKeyDefinition ,  ExpressionForLookUpInDictionary )
  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.
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.


<html>
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2ppGlbzC80A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2ppGlbzC80A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>
</html>
[[Category:OCLOperators]]

Revision as of 08:20, 2 March 2023

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.

This page was edited 47 days ago on 02/10/2024. What links here