Comment Re:Programming == Cut & Paste (Score 1) 623
Isn't the performance lack in the STL versus your version due to the fact that the STL are templates, with all of the "extra" stuff in the template definitions (which makes the compiler do some work to determine how you are using the template)? I'm actually a rocket scientist, so what do I know about programming? I am genuinely curious though, because I thought using the STL also meant that in some cases you had to accept that the compiler would generate more code than was absolutely necessary.