Why is C# 450% slower than C++ on nested loops ??
- From: "Peter Olcott" <olcott@xxxxxxx>
- Date: Wed, 28 Dec 2005 12:40:06 -0600
http://www.tommti-systems.de/go.html?http://www.tommti-systems.de/main-Dateien/reviews/languages/benchmarks.html
The above link shows that C# is 450% slower on something as simple as a nested
loop. Is this because .NET is inherently slower or does the C# compiler merely
produce code that is not as well optimized as the C++ compiler?
.
- Follow-Ups:
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Michael S
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Willy Denoyette [MVP]
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Willy Denoyette [MVP]
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Marcus Cuda
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Why is C# 450% slower than C++ on nested loops ??
- Prev by Date: Basic question about login form and passing success back to main form
- Next by Date: Re: FitToWindow DataGrid
- Previous by thread: Basic question about login form and passing success back to main form
- Next by thread: Re: Why is C# 450% slower than C++ on nested loops ??
- Index(es):
Relevant Pages
|
Loading