map-reduce
Here are 14 public repositories matching this topic...
Operating systems course at the Hebrew university.
-
Updated
Jun 29, 2021 - C++
This assignment uses the Map-Reduce model for finding the perfect numbers existent in a large set of input files. The Mappers dynamically parse the input files and search for perfect numbers and the Reducers combine for each exponent the results.
-
Updated
Jul 16, 2024 - C++
Implementation of distributed, multithreaded, multi-process fault-tolerant MapReduce library.
-
Updated
Oct 31, 2020 - C++
Distributed MapReduce algorithm for indexing words from a list of files
-
Updated
Oct 15, 2020 - C++
Implement Google's Page-rank algorithm as a map-reduce problem using MPI communication
-
Updated
Jun 24, 2020 - C++
Circle: deploy efficient cluster map-reduce tasks without explicit use of MPI
-
Updated
Apr 10, 2020 - C++
Projects of the operating system course (Spring02) at the University of Tehran.
-
Updated
May 17, 2023 - C++
Simple MapReduce model implementation in C++
-
Updated
Dec 26, 2021 - C++
🎓💻University of Tehran OS Course Projects - Fall 2021
-
Updated
Dec 19, 2021 - C++
Distributed Computing Protocol based on Map-Reduce Computing Paradigm.
-
Updated
Dec 19, 2018 - C++
Counts the word occurrences in a file
-
Updated
Sep 25, 2018 - C++
We implemented a lightweight MapReduce framework using C++. It's a cross-platform framework which has been validated on Windows(cygwin), Linux(Redhat, Ubuntu) and Mac OS. The framework itself is based on a distributed file system (like AFS) for temporary file sharing, but sshfs may work as well but not yet tested.
-
Updated
Jun 2, 2023 - C++
Improve this page
Add a description, image, and links to the map-reduce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the map-reduce topic, visit your repo's landing page and select "manage topics."