C++ Compiler
Currently I play around with Linux g++ but I heard there are equally competent C++ compilers. One noticeable C++ compiler maker is Dinkumware.
I would like to ask does Dinkumware C++ compiler come with better performing C++ STL classes ?
Or there are other commercial C++ compilers with high performance C++ STL classes ?
How about SGI STL classes ?
Welcome comments.
One noticeable C++ compiler maker is Dinkumware. |
As I understand it, Dinkumware provide an implementation of STL, not an actual compiler.
are other commercial C++ compilers with high performance C++ STL classes? |
I imagine that all commercial STL implementations are high performance. STL is mostly performant by design.
STLport is another STL implementation you might want to look at if you're curious.
Topic archived. No new replies allowed.