Skip to content

Commit 64511f7

Browse files
authored
Merge pull request #205 from LVala/main
Add `zaft` implementation
2 parents 1e8325e + 70f5299 commit 64511f7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

implementations.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,24 @@
128128
"persistence": false
129129
}
130130
},
131+
{
132+
"repoURL": "https://github.com/LVala/zaft",
133+
"name": "zaft",
134+
"authors": [
135+
{
136+
"name": "Lukasz Wala",
137+
"github": "LVala"
138+
}
139+
],
140+
"language": "Zig",
141+
"license": "MIT",
142+
"features": {
143+
"basic": true,
144+
"membershipChanges": false,
145+
"logCompaction": false,
146+
"persistence": true
147+
}
148+
},
131149
{
132150
"repoURL": "https://github.com/LiangrunDa/raft-lite",
133151
"name": "Raft Lite",

0 commit comments

Comments
 (0)