Date: Tue, 5 Mar 2002 11:31:01 -0500 (EST) From: Kenneth Culver <culverk@alpha.yumyumyum.org> To: Martin Ankerl <martinankerl@web.de> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: C vs C++ Message-ID: <20020305113039.W3994-100000@alpha.yumyumyum.org> In-Reply-To: <001701c1c461$a5b21db0$df02110a@klumpert>
next in thread | previous in thread | raw e-mail | index | archive | help
The code itself may be fast, but programs written in c++ tend to link to a lot of shared libs, which in itself can be pretty slow. Ken On Tue, 5 Mar 2002, Martin Ankerl wrote: > > My main problem with C++ is that it adds a lot of overhead, and it's slow. > > Well written C++ code can be very fast, have a look at > http://osl.iu.edu/~tveldhui/papers/Expression-Templates/exprtmpl.html > and > http://osl.iu.edu/~tveldhui/papers/Template-Metaprograms/meta-art.html > and > http://www.oonumerics.org/blitz/ > > > Martin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020305113039.W3994-100000>