OCLOperators dictionary
No edit summary
No edit summary
Line 1: Line 1:
dictionary(loopvar| «<Any>» ,  «<Any>» )
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.



Revision as of 18:51, 9 December 2018

This page was created by Hans.karlsen@mdriven.net on 2018-12-02. Last edited by Edgar on 2025-01-20.
dictionary(loopvar| «<Any>» ,  «<Any>» )

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.