Y
Hacker News
new
|
ask
|
show
|
jobs
by
Diggsey
2182 days ago
Was the C Raft implementation in use a pre-existing library, or was it developed specifically for Redis-Raft?
1 comments
aphyr
2182 days ago
Pre-existing! It's a fork of willamt's
https://github.com/willemt/raft/
, which has been around since 2013,
and
has property-based fuzz testing! It really does look like it's got its own extensive tests; I'm surprised we found issues.
link
anentropic
2181 days ago
this is kind of terrifying
link