Skip to content

Commit 412589b

Browse files
authored
Merge pull request #203 from zwkno1/main
add implementation raftpp
2 parents 23c555a + 02f2d70 commit 412589b

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
@@ -2706,5 +2706,23 @@
27062706
"logCompaction": true,
27072707
"persistence": true
27082708
}
2709+
},
2710+
{
2711+
"repoURL": "https://github.com/zwkno1/raftpp",
2712+
"name": "raftpp",
2713+
"authors": [
2714+
{
2715+
"name": "zwk",
2716+
"github": "zwkno1"
2717+
}
2718+
],
2719+
"language": "C++",
2720+
"license": "Apache-2.0",
2721+
"features": {
2722+
"basic": true,
2723+
"membershipChanges": true,
2724+
"logCompaction": true,
2725+
"persistence": true
2726+
}
27092727
}
27102728
]

0 commit comments

Comments
 (0)