An open API service indexing awesome lists of open source software.

https://github.com/tugraph-family/etcd-raft-cpp

The C++ implementation of etcd raft
https://github.com/tugraph-family/etcd-raft-cpp

cpp etcd raft

Last synced: about 2 months ago
JSON representation

The C++ implementation of etcd raft

Awesome Lists containing this project

README

          

## Introduction

This project is a c++ port of etcd raft, based on a commit point in the original repository (https://github.com/etcd-io/raft), the commit id is in the `commit` file.

## Features

* Almost line-by-line translation of the etcd golang raft code.
* Header-only, all the code is in the header file and does not need to be compiled into a lib.
* Most of the test case code was translated and the test passed.