You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘m looking for a stable paxos implementation in C++. Since the library is comprised of different modules, how would you describe the production readiness of athena? Is it used in bigger software projects, does it handle the nasty edge cases of paxos etc?
The text was updated successfully, but these errors were encountered:
Elle has been unmaintained for 5 years, following the acquisition of Infinit by Docker an subsequent sunset of the project. It is AFAICT a complete implementation of Paxos, yet it relies on the whole Elle ecosystem, including coroutines engine, which might require quite some dust-off and part of which might have been obsoleted with recent development in the C++ standard.
I‘m looking for a stable paxos implementation in C++. Since the library is comprised of different modules, how would you describe the production readiness of athena? Is it used in bigger software projects, does it handle the nasty edge cases of paxos etc?
The text was updated successfully, but these errors were encountered: