STLport
Description
Multiplatform C++ Standard Library (STL implementation). Many compilers and operational environments supported. Standard (ISO/IEC 14882) compliance. Maximum efficiency. Exception and thread safety. Debug mode.
STLport Web SiteUser Ratings
User Reviews
-
Fast and Standard conforming. Much faster than what MS ships with MSVC. Great for writing portable code for different platforms, including Windows and Linux. A pity that it still lacks support for features from the upcomping C++ standard.
-
I've configured STLPort for my compilers and I've found it to be absolutely marvelous.
-
great stuff! 1. much lesser memory allocations compared to msvc stl 2. more configureable 3. cross-platform
-
Really troublesome to build for some platforms. Team is very reluctant to support embedded windows builds, even through applying community patches.