Recent Posts

Matrix Multiplication With MapReduce

2 minute read

MapReduce is a programming model that Google came up with to handle computation of their huge large scale data. It uses a distributed file system called GFS...