OCLOperators dictionary
(Created page with "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. https://www.youtube.com/watch?v=2ppG...")
 
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.


https://www.youtube.com/watch?v=2ppGlbzC80A
<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>

Revision as of 19:13, 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 70 days ago on 02/10/2024. What links here