32
edits
Changes
→Identifying the worries and responsibility when parallelizing code
=== Identifying the worries and responsibility when parallelizing code responsibilities ===
The increasing complexity of your code is a natural problem when working in parallel. Knowing the responsibilities as in what you must worry about as a developer is key. When trying quickly implement parallel regions in your code, or to just to keep your code serial.
====STL====