Slashdot Mirror


User: emount

emount's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:I never learned STD on Downsides to the C++ STL? · · Score: 1

    Okay, thanks Bill. Another drone with the M$ blinders on that will never look at another API.

  2. Re:Lots of overhead. on Downsides to the C++ STL? · · Score: 5, Informative

    The C++ language spec explicitly specifies the performance requirements for STL components (which is rare in a language spec, IMO)... the brunt of the work is at compile time, and there is no virtual function dispatching in the STL.