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

added hints

parent 4f37e58c
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment