Skip to content

Distributed systems algorithms implementations in Go. This repository includes implementations for MapReduce and Ricart-Agrawala algorithms.

License

Notifications You must be signed in to change notification settings

atedesch1/d-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-Algorithms

Distributed systems algorithms implementations in Go

  • MapReduce
  • Ricart-Agrawala

MapReduce

MapReduce is a programming model and computational paradigm used in distributed systems to process and analyze large-scale datasets in a parallel and distributed manner.

Ricart-Agrawala

Ricart–Agrawala algorithm is an algorithm for mutual exclusion in a distributed system proposed by Glenn Ricart and Ashok Agrawala.

About

Distributed systems algorithms implementations in Go. This repository includes implementations for MapReduce and Ricart-Agrawala algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages