JustBB

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Paxos算法的C++实现实验代码

    脏衣篮
    分布式 区块链 共识算法
    1
    1
    34
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 橙子特别酸
      橙子特别酸 last edited by 橙子特别酸

      Paxos 算法是莱斯利·兰伯特于 1990 年提出的一种基于消息传递的一致性算法。这个算法被认为是类似算法中最有效的。目前在 Google 的 Chubby、MegaStore、 Spanner 等系统中得到了应用,另外,ZooKeeper 也使用了 Paxos 算法。
      本实训主要介绍 Paxos 算法的基本概念,并根据该算法流程完成相关程序设计。

      找到了实现代码,代码分享,在这里:https://github.com/huoyu820125/SecondPaxos

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors