cxxjava / CxxZookeeper

C++ version of zookeeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CxxZookeeper

C++ version of Zookeeper

chinese version: 简体中文

Table of Contents

Characteristics

  • Compatibility: Fully compatible with java version zookeeper;
  • Cross platform: support Linux32/64, OSX64, Win64 platforms;

Compare

  • Performance: After some optimization, the overall performance of the release version now exceeds the Java version, and the program runs very stable uses zk-latencies.py test.
  • Memory use: The c++ version of ZK has an obvious advantage, with a less than one order of magnitude than the Java version, and no GC.
  • See more testing report in the future.

Dependency

  1. CxxJDK
  2. CxxLog4j

Support

Email: cxxjava@163.com

About

C++ version of zookeeper

License:Apache License 2.0


Languages

Language:C++ 100.0%Language:C 0.0%