Skip to content
Snippets Groups Projects
Commit dd5db741 authored by Christian Wulf's avatar Christian Wulf
Browse files

added hints

parent 5e20b567
Branches
Tags
No related merge requests found
-a pipeline needs to be a stage, too, to allow the composition of stages
-instead of using work-stealing, sort the input in desc order to process the most computationally intensive elements first (load-balancing)
-for a novice programmer, it is difficult to select the best choice and combination of patterns to maximize performance
-
\ No newline at end of file
[conditional stages]
-switch (more general than if)
[split and join stages]
-distributor
-necessary to distribute tasks to multiple threads
-merge
-necessary to merge multiple tcp input streams to a single one
[trigger-based stages]
-aggregation
-necessary for trace aggregation
-cache
-necessary to measure performance without being influenced by I/O delay
[stages with internal states]
-counting
-necessary to measure the throughput with multiple threads
[]
\ No newline at end of file
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment