lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.98k stars 533 forks source link

speed is fast but compared with etcd.io/raft? #274

Closed hiqsociety closed 1 year ago

hiqsociety commented 1 year ago

what's the performance speedup in general against etcd.io/raft?

lni commented 1 year ago

You are welcomed to make your own comparison. Make sure you use lots of raft shards, as that is the typical way of using paxos/raft.