|
|
|
|
|
by ajoseps
2060 days ago
|
|
You can use custom allocators to minimize dynamic allocation. STL now provides some of these allocators out of the box, but it still can be useful to define your own. Arena or memory pool allocators are the first that come to mind. |
|