viewstamped-replication-made-famous VS POUW

Compare viewstamped-replication-made-famous vs POUW and see what are their differences.

viewstamped-replication-made-famous

A $20k consensus challenge based on TigerBeetle's implementation of the pioneering Viewstamped Replication protocol. [Moved to: https://github.com/tigerbeetledb/viewstamped-replication-made-famous] (by coilhq)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
viewstamped-replication-made-famous POUW
3 1
93 1
- -
4.8 0.0
almost 2 years ago about 3 years ago
Zig
- Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

viewstamped-replication-made-famous

Posts with mentions or reviews of viewstamped-replication-made-famous. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-29.
  • A $20k distributed consensus protocol challenge
    1 project | news.ycombinator.com | 17 Sep 2021
  • A $20k distributed consensus protocol bug bounty challenge
    1 project | news.ycombinator.com | 13 Sep 2021
  • Caches, Modes, and Unstable Systems
    3 projects | news.ycombinator.com | 29 Aug 2021
    As an example of this in distributed systems:

    There's a classic metastability issue in probably most implementations of state machine replication protocols such as Raft, where a lagging follower, if it sees an op that's newer than what it's expecting, must first repair and catch up its state (FIFO) before it can ACK back to the leader.

    Apart from introducing latency in the critical path, this can lead to really bad queueing behavior where the lagging follower queues the latest request from the leader while it first catches up, but because this catch up can take seconds or minutes, in that time the pending request queue has also overflowed, and now we're back to state transfer catch up all over again, a vicious cycle.

    Raft requires this bimodal latency distribution for correctness.

    However, there is a new approach that we developed for TigerBeetle [1] to eliminate this bimodality and achieve constant ACK latencies from all followers, no matter their state, that we'll be sharing as part of Viewstamped Replication Made Famous [2], a $20,000 consensus challenge launching in September.

    [1] https://www.tigerbeetle.com

    [2] https://github.com/coilhq/viewstamped-replication-made-famou...

POUW

Posts with mentions or reviews of POUW. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing viewstamped-replication-made-famous and POUW you can also consider the following projects:

tigerbeetle - A distributed financial accounting database designed for mission critical safety and performance. [Moved to: https://github.com/tigerbeetledb/tigerbeetle]

consensus - Entry point for consensus algorithm

viewstamped-replication-made-famous - A $20k consensus challenge based on TigerBeetle's implementation of the pioneering Viewstamped Replication protocol.

abgp-js - Authenticated Byzantine gossip protocol

Awesome-Hacking - A collection of various awesome lists for hackers, pentesters and security researchers

viewstamped-replication-made-famou

SPOW - Safe Proof of Work

tigerbeetle - The distributed financial transactions database designed for mission critical safety and performance.

DistributedSystemNotes - Notes on Lindsey Kuper's lectures on Distributed Systems