Skip to content

Commit

Permalink
Merge pull request #205 from LVala/main
Browse files Browse the repository at this point in the history
Add `zaft` implementation
  • Loading branch information
ongardie authored Jul 30, 2024
2 parents 1e8325e + 70f5299 commit 64511f7
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 @@ -128,6 +128,24 @@
"persistence": false
}
},
{
"repoURL": "https://github.com/LVala/zaft",
"name": "zaft",
"authors": [
{
"name": "Lukasz Wala",
"github": "LVala"
}
],
"language": "Zig",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false,
"persistence": true
}
},
{
"repoURL": "https://github.com/LiangrunDa/raft-lite",
"name": "Raft Lite",
Expand Down

0 comments on commit 64511f7

Please sign in to comment.