Skip to content

cxxjava/CxxZookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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