项目作者: swrj

项目描述 :
MapReduce in parallel
高级语言: C
项目地址: git://github.com/swrj/ThreadingMapReduce.git
创建时间: 2018-04-19T20:51:47Z
项目社区:https://github.com/swrj/ThreadingMapReduce

开源协议:MIT License

下载


Map Reduce on Threads

This project implements MapReduce on a single machine that replaces multiple clusters with threads in order to speed up large scale data processing with parallelism.

Usage:

compile with gcc using the -pthread and -O flags. Run the ./ file with a file you need to process.