Skip to content
#

paxos

Here are 22 public repositories matching this topic...

This project aimed at extending the original Paxos implementation specified by Lamport into a version with preemption. As part of this project I also added correctness testing to check that executions with both the original and the extended versions are correct. I measure the running times to learn a consensus value under varying values of 3 par…

  • Updated Sep 18, 2019
  • Python

In order to safely shepherd a rocket to a circular orbit of about 100 km, it is imperative to ensure a good consistency and availability of the computing resources used to guide the rocket. One way to achieve this is to rely on a cluster of computers collaborating to guide the rocket, using distributed algorithms. Our implementation will leverag…

  • Updated Feb 7, 2021
  • Python

Improve this page

Add a description, image, and links to the paxos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paxos topic, visit your repo's landing page and select "manage topics."

Learn more