🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/octaviolomeli/map-reduce

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/octaviolomeli/map-reduce

v0.0.0-20240730050055-ec0c175290f1
Source
Go
Version published
Created
Source

Map Reduce System

A program that uses thread parallelism to mimic a distributed MapReduce system with a coordinator and worker processes.

  • Utilized mutex locks to prevent data races across worker and coordinator processes.
  • Added fault-tolerance & improved task completion speed by redistributing tasks from slow, assumed crashed, workers.
  • Improved performance by having backup executions of remaining in-progress tasks.
  • Used RPC protocol to simulate communication between worker and coordinator machines.
  • Stored intermediate output from workers' map tasks in JSON files to mimic local disk storage

The relevant files are in the mr/ directory

Inspired by the MapReduce paper

FAQs

Package last updated on 30 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts