# ThreadCache **Repository Path**: xuHuaRong/thread-cache ## Basic Information - **Project Name**: ThreadCache - **Description**: 基于互斥锁和探测再散列的线程间缓存实现 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-11 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: 轮子, 缓存 ## README ##################################################################################################### # c++线程缓存,已经用于企业级项目中 # ##################################################################################################### 1 ./threadCache/threadCache.h 和 ./threadCache/threadCache.cpp是源文件,可以直接引用到项目中 2 ./threadCache/test/threadCache_stduy.cpp 是学习和调试版本 3 ./threadCache/example 中是使用线程缓存的例子