mapreduce icon indicating copy to clipboard operation
mapreduce copied to clipboard

C++ MapReduce Library for efficient multi-threading on single-machine

Results 3 mapreduce issues
Sort by recently updated
recently updated
newest added

Hi I've made some changes to help the cross compatibility. I have also entered some changes following some warnings of my IDE (removing void from no argument functions and adding...

I used @Manicqin 's code as basis of this branch and fixed some errors that it had.

1) A simple make file to compile friends example on *nix. I'll add make files to other examples. 2) Use heap to improve performance of do_merge_file.