Search Results

1
vote

What is the STL implementation with the lowest memory footprint?

STLPort. Havent measured memory usage differences, but it's definitelly quicker (yes, real world usage). …
3
votes

Reducing memory footprint of large unfamiliar codebase.

this is description/skeleton of memory tracing application I used to reduce memory consumption of our game by 20%. It helped me to track m …