OCLOperators dictionary
No edit summary
No edit summary
Line 1: Line 1:
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.


<pre>
<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>
</pre>

Revision as of 19:14, 2 December 2018

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.

<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>
This page was edited 75 days ago on 02/10/2024. What links here