Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When I was young I peeked into the C++ stdlib, which is probably the best thing to compare this to. It was orders of magnitude worse.


Would you consider this to be indicative of the quality of the C++ language? I think the standard library should usually be an example of optimal code with respect to performance, and when it is very complicated this would indicate, to me, that the language makes good code complicated.

If you look at an advanced C library, you'll see perhaps some odd tricks or nifty algorithms, but you probably won't see something that leaves you scratching your head about what the code is even asking the computer to do.


stdlib code was always impenetrable to me, this was one of the reasons I moved away from C++.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: