Skip to content

The «pool allocator» is a project that helps you optimize memory access when working with standard C++ containers. This is especially useful if the size of the data is fixed and known beforehand.

License

Notifications You must be signed in to change notification settings

Okkamov/pool_allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

pool_allocator

The «pool allocator» is a project that helps you optimize memory access when working with standard C++ containers. This is especially useful if the size of the data is fixed and known beforehand.

About

The «pool allocator» is a project that helps you optimize memory access when working with standard C++ containers. This is especially useful if the size of the data is fixed and known beforehand.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published