OCLOperators dictionary
No edit summary
No edit summary
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>

Revision as of 08:20, 2 March 2023

This page was created by Hans.karlsen@mdriven.net on 2018-12-02. Last edited by Edgar on 2025-01-20.
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.