# ConcurrentMemoryPoll **Repository Path**: achief-a1/concurrent-memory-poll ## Basic Information - **Project Name**: ConcurrentMemoryPoll - **Description**: 本项目是实现一个高并发内存池,参考了Google的开源项目tcmalloc实现的简易版,其功能就是实现高效的多线程内存管理。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-23 - **Last Updated**: 2023-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ConcurrentMemoryPoll #### 介绍 可以看到通过基数树优化后的高并发内存池在性能上是要优于malloc函数的。 ![多线程并发环境下,对比malloc和ConcurrentAlloc申请和释放内存效率对比](image.png)