Slashdot Mirror


User: hfuzz

hfuzz's activity in the archive.

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

Comments · 1

  1. Re:What about making it a little less bloated? on Next Generation C++ In The Works · · Score: 1

    Make sure your optimization settings are set to max. The difference between optimized and unoptimized C++ code can be huge. In general, if your code doesnt run as fast as C code, your code is crap. Forget the "10%-overhead is ok" or "templates are slow" shit. Its wrong. C++ does what C does and goes miles beyond. If your perl-code is faster than your c++ code youd probably refrain from posting on ./ and do a little more coding work.