Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 231 Bytes

MemoryPool

A MemoryPool implemented in C++11. Variable size and pool-auto-size supported. 85% performence promoted.

C++11 内存池

1、支持任意变量大小的内存分配

2、支持池自动扩展

3、性能提升约85%