Switch from Microsofts STL to STLport

Posted by Laserallan on Stack Overflow See other posts from Stack Overflow or by Laserallan
Published on 2009-03-02T21:22:34Z Indexed on 2010/06/05 11:52 UTC
Read the original article Hit count: 378

Filed under:
|
|
|
|

Hi!

I'm using quite much STL in performance critical C++ code under windows. One possible "cheap" way to get some extra performance would be to change to a faster STL library.

According to this post STLport is faster and uses less memory, however it's a few years old.

Has anyone made this change recently and what were your results?

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows