# CxxZookeeper **Repository Path**: cxxjava/CxxZookeeper ## Basic Information - **Project Name**: CxxZookeeper - **Description**: C++ 版 zookeeper - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 34 - **Forks**: 16 - **Created**: 2018-03-05 - **Last Updated**: 2024-03-21 ## Categories & Tags **Categories**: distributed-service **Tags**: None ## README # CxxZookeeper ## C++ version of Zookeeper chinese version: [简体中文](README.zh_cn.md) ### Table of Contents - [Characteristics](#characteristics) - [Compare](#Compare) - [Dependency](#dependency) - [Support](#support) #### 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](https://github.com/cxxjava/CxxJDK) 2. [CxxLog4j](https://github.com/cxxjava/CxxLog4j) #### Support Email: [cxxjava@163.com](mailto:cxxjava@163.com)