Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 228 Bytes

File metadata and controls

2 lines (2 loc) · 228 Bytes

Map-Reduce-Multi-Threaded

A Map Reduce algorithm written in C++ that makes use of OpenMP and MPI libraries to massively speedup execution. The algorithm was used to count all occurrences of each word in a directory of files.