More renumbering

This commit is contained in:
Crista Lopes
2013-11-19 18:15:58 -08:00
parent 459f85e4f7
commit d9f9e841eb
18 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Style #29
==============================
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