Map Reduce
- 20 mars 2009
plists - Google Code
plists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead.
- 20 mars 2009 Free Search
- 20 mars 2009
Pragmatic Programming Techniques: Exploring Erlang with Map/Reduce
Map/Reduce