Space tags: C++  STL  template bloat 

uSTL is a partial implementation of the STL that reduces code size by factoring memory management code into a non-template base class and deriving containers from it.

Wiki Pages