Originally posted by: DaveSimmons
Nice job Kilrsat , and it looks like there is no penalty to using VB.Net these days, unlike older versions of VB where you gave up speed for the rapid development.
It would be naive to base such a broad conclusion on such a poor 'performance' test. The code used is not measuring language (or .NET vs. native) performance but rather FPU performance -- which should be identical in both native and .NET code. Let the op come up with a better test that involves abundant array access, recursive functions, large memory allocation and significant data structures. Then we can at least hope for a better comparison.