Skip to content

BugenZhao/6.824-MapReduce

Repository files navigation

6.824-MapReduce

An implementation of "6.824 Lab 1: MapReduce (2021)" in async Rust.

$ make APP=wc seq   # sequential impl for reference
$ make APP=wc dist  # distributed impl
$ make diff         # compare the outputs

You may write your own App in a crate named app-myapp and specify it through the APP=myapp override in Makefile. Take app-indexer for an example.

About

An implementation of "6.824 Lab 1: MapReduce (2021)" in async Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors