Skip to content

Justin-Fernbaugh/MapReduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MapReduce

How to compile

rustc -o main main.rs

Description

This is a program that implements the map reduce algorithm created by Google. Map reduce aims to take data running in parallel and compute it simultaneously. By Creating the re-creating the algorithm in rust we're able to ensure the memory saftey of the program due to it being enforced at the compiler level. Additionally, re-creating the algorithm provides great practice with handling multiple threads by ensuring there's no data race conditions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published