Difference between revisions of "Webinar 2015 Parallel Design Patterns"

From SHARCNETHelp
Jump to navigationJump to search
imported>Syam
(Created page with "Design patterns is a term in software engineering which refers to a reusable solution to recurring programming problems. They are not code and they are typically language inde...")
 
(No difference)

Latest revision as of 10:28, 14 December 2015

Design patterns is a term in software engineering which refers to a reusable solution to recurring programming problems. They are not code and they are typically language independent. In this seminar we will examine a number models and designs that apply to parallel programming. We will also examine some concepts that a programmer must consider when deciding how to approach a particular parallel implementation.