Click here to Skip to main content
15,891,633 members
Articles / Web Development / HTML

Head-to-head benchmark: C++ vs .NET

Rate me:
Please Sign up or sign in to vote.
4.64/5 (338 votes)
4 Jul 2011LGPL356 min read 1.2M   2.3K   202  
How fast is C++ compared to C#? Let's compare code ported directly between the two languages.

Revisions


  

Compare Revision Minor Date Status Editor
11 - publicly available No 9-Dec-16 16:47 Available Qwertie
Updated a couple of links
10 No 18-Jan-14 17:32 Available Chris Maunder
Updates in content.
9 No 18-Jan-14 15:37 Available Chris Maunder
Updates in content.
8 No 4-Jul-11 20:40 Available
7 No 4-Jul-11 19:51 Available
6 No 4-Jul-11 19:36 Available
5 No 4-Jul-11 12:07 Available
4 No 17-Jun-11 10:36 Available
3 No 17-Jun-11 10:17 Composing
2 No 17-Jun-11 9:36 Composing
1 No 17-Jun-11 8:15 Composing

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Software Developer None
Canada Canada
Since I started programming when I was 11, I wrote the SNES emulator "SNEqr", the FastNav mapping component, the Enhanced C# programming language (in progress), the parser generator LLLPG, and LES, a syntax to help you start building programming languages, DSLs or build systems.

My overall focus is on the Language of your choice (Loyc) initiative, which is about investigating ways to improve interoperability between programming languages and putting more power in the hands of developers. I'm also seeking employment.

Comments and Discussions