mapreduce
mapreduce copied to clipboard
C++ MapReduce Library for efficient multi-threading on single-machine
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.