# base **Repository Path**: holdCoder/base ## Basic Information - **Project Name**: base - **Description**: json序列化和反序列化、线程池、对象池、反射、无锁ringbuff、读写锁、信号量等 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-12-08 - **Last Updated**: 2025-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 目录 . ├── bin ├── build ├── depends ├── doc ├── include ├── lib ├── src ├── tests ├── .gitignore ├── .clang-format ├── .clang-tidy ├── CMakeLists.txt ├── LICENSE ├── README.en.md └── README.md #### depends 目录 . └── depends ├── include │   └── name-version │   ├── headfile │   └── platform │   └── headfile └── lib └── name-version └── platform ├── debug │   └── libfile └── release └── libfile