Skip to content

Commit

Permalink
Merge pull request #203 from zwkno1/main
Browse files Browse the repository at this point in the history
add implementation raftpp
  • Loading branch information
ongardie authored May 24, 2024
2 parents 23c555a + 02f2d70 commit 412589b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2706,5 +2706,23 @@
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/zwkno1/raftpp",
"name": "raftpp",
"authors": [
{
"name": "zwk",
"github": "zwkno1"
}
],
"language": "C++",
"license": "Apache-2.0",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": true,
"persistence": true
}
}
]

0 comments on commit 412589b

Please sign in to comment.