Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 559 Bytes

This directory contains a minimal implementation of Que Sera Consensus (QSC) built on Threshold Logical Clocks (TLC) in Erlang for fail-stop, non-Byzantine environments. This model implements the QSC, TLCB, and TLCR algorithms detailed in the new QSC preprint in only 37 lines of code representing the actual algorithm.

For background information on QSC and TLC, and other model implementations in several languages, please see the top level of this repository.