in VB, String '=' is two orders of magnitude slower than .Equals!

  • Thread starter Thread starter PJ6
  • Start date Start date
... And the test is done on .NET 1.1. The
performance difference has disappeared in 2.0.

For the record, my testing confirms that under fw 1.1, the (almost) 2 to 1
performance loss of '=' vs .equals is true. I'm glad to hear that the
problem is gone in 2.0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top