Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tencent/phxpaxos
The Paxos library implemented in C++ that has been used in the WeChat production environment.
https://github.com/Tencent/phxpaxos
Last synced: about 2 months ago
JSON representation
The Paxos library implemented in C++ that has been used in the WeChat production environment.
- Host: GitHub
- URL: https://github.com/Tencent/phxpaxos
- Owner: Tencent
- License: other
- Created: 2016-05-13T10:13:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T07:53:14.000Z (about 1 year ago)
- Last Synced: 2024-04-14T21:30:06.886Z (8 months ago)
- Language: C++
- Homepage:
- Size: 1.41 MB
- Stars: 3,303
- Watchers: 296
- Forks: 862
- Open Issues: 64
-
Metadata Files:
- Readme: README
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-algorithms - phxpaxos - The Paxos library implemented in C++ that has been used in the WeChat production environment. (Awesome Algorithms / Distributed Algorithm)
- my-awesome - phxpaxos - The Paxos library implemented in C++ that has been used in the WeChat production environment. (Wechat)
- awesome-code-for-gamedev - Tencent/phxpaxos - The Paxos library implemented in C++ that has been used in the WeChat production environment. (Distributed Systems / ORM)
README
This repository contains a C++ implementation of the Phxpaxos module.
See INSTALL for (generic) installation instructions for C++: basically
sh autoinstall.sh && make && make install