GrPPI
0.3.1
Generic and Reusable Parallel Pattern Interface
|
▼Streaming patterns | Patterns for data stream processing |
Context | Interface for defining a new Context to run a given function or pattern |
Farm pattern | Interface for applyinng the Farm pattern |
Pipeline pattern | Interface for applyinng the Pipeline pattern |
Stream filter pattern | Interface for applyinng the Filter pattern |
Stream iteration pattern | Interface for applyinng the Stream iteration pattern |
Stream reduce pattern | Interface for applying the Stream reduction pattern |
▼Task parallel patterns | Patterns for task parallel processing |
Divide/Conquer pattern | Interface for applyinng the Divide/conquer pattern |
▼Data parallel patterns | Patterns for data parallel processing |
Map pattern | Interface for applyinng the Map pattern |
Map/reduce pattern | Interface for applyinng the Map/reduce pattern |
Reduce pattern | Interface for applyinng the Reduce pattern |
Stencil pattern | Interface for applyinng the Stencil pattern |