STLport
namespace stlport {

Links that has relation to this project.

Other bests STL implementations:

Thread safety: please refer to SGI site for detailed document on thread safety. Basic points are:

Checked iterators keep track of their container while the container keeps track of them. The idea was introduced in Cay Horstmann's "Safe STL".

Discussion about strings implementation: