LWN.net Logo

Sometimes C++ is faster

Sometimes C++ is faster

Posted Jun 18, 2008 17:06 UTC (Wed) by epa (subscriber, #39769)
In reply to: Sometimes C++ is faster by rompel
Parent article: Converting GCC to C++

However, do you really fancy writing all of your algorithms as macros?  Of course impressive
hacks are possible as one-offs.


(Log in to post comments)

Sometimes C++ is faster

Posted Jun 19, 2008 7:16 UTC (Thu) by eric.rannaud (guest, #44292) [Link]

It is not really a one time feat: OpenSSL has a good example of this for
type-checked hash tables: see lhash(3ssl) or
http://www.openssl.org/docs/crypto/lhash.html

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds