Skip to content

Commit

Permalink
Add resetius/miniraft-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius committed Mar 3, 2024
1 parent 0a872bb commit 4b2760c
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 @@ -2720,5 +2720,23 @@
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/resetius/miniraft-cpp",
"name": "miniraft-cpp",
"authors": [
{
"name": "Aleksei Ozeritskii",
"github": "resetius"
}
],
"language": "C++",
"license": "BSD",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false,
"persistence": false
}
}
]

0 comments on commit 4b2760c

Please sign in to comment.