Skip to content

congratulations/CxxZookeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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: At no further optimization, the performance of the released c++ version of ZK is close to the Java version, and the data obtained by the zk-latencies.py test are basically the same.
  • 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: [email protected]

About

C++ version of zookeeper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%