Skip to content

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

License

Notifications You must be signed in to change notification settings

cosmiczilch/Pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages