Added style #12
This commit is contained in:
15
12-inverse-multiplexer/README.md
Normal file
15
12-inverse-multiplexer/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
Style #12
|
||||
==============================
|
||||
|
||||
Constraints:
|
||||
|
||||
- Input data is divided in chunks, similar to what an inverse multiplexer does to input signals
|
||||
|
||||
- A map function applies a given worker function to each chunk of data, potentially in parallel
|
||||
|
||||
- A reduce function takes the results of the many worker functions and recombines them into a coherent output
|
||||
|
||||
Possible names:
|
||||
|
||||
- Inverse multiplexer (check out electronics)
|
||||
- Map-reduce
|
||||
Reference in New Issue
Block a user