Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 196 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 196 Bytes

Pool

A generic pool for allocating large numbers of little objects without the overhead of memory allocation and deallocation. Example: messages in your networking code, string buffers, etc