viewstamped-replication-made-famous VS viewstamped-replication-made-famous

Compare viewstamped-replication-made-famous vs viewstamped-replication-made-famous 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. (by tigerbeetle)

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 viewstamped-replication-made-famous
2 3
175 93
0.0% -
1.8 4.8
almost 2 years ago almost 2 years ago
Zig Zig
- -
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 2022-09-09.

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...

What are some alternatives?

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

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

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

xdagj - XDAGJ is an implementation of XDAG in Java. https://xdag.io

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

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

viewstamped-replication-made-famou

viewstamped-replication-mad

SPOW - Safe Proof of Work

rusty-kaspa - Kaspa full-node and related libraries in the Rust programming language. This is a Beta version at the final testing phases.

POUW - Safe Proof of Work