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.
 
Back
Top