mapreduce-go
There are 8 repositories under mapreduce-go topic.
BWbwchen/MapReduce
An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single machine and multiple processes on a single machine right now.
kevwan/mapreduce
A in-process MapReduce library to help you optimizing service response time or concurrent task processing.
jiapeish/MIT-6.824-2022
MIT 6.824 Distributed Systems
ShivamIITK21/mini-mapreduce
A lightweight implementation of Google's MapReduce paper in Go
stephaniele/MapReduce
Implementation of MapReduce with load balancing optimization
davidfregoli/mister
A study project designed to explore Distributed Systems concepts using MapReduce within a Kubernetes environment. It provides a Framework and K8s runner for MapReduce jobs.
hzionn/make-sense-of-MapReduce
Implementation of simple MapReduce.
s4swani/6.824
My solutions to labs for MIT 6.824 / 6.5840