Performance numbers/comparisons for .NET v.1 & v.2 -
10-25-2005
, 12:43 PM
Folks,
The embedded team has nice statistics for the Compact Framework like the
following.
Is there something similar for full?
-arnie
Pocket PC 2003, XScale 400MHz V1 V1 SP2 V2
Beta1 V2
Beta2+
Method Calls (Calls/sec) 3.7M 7.1M 8.1M
Virtual Calls (Calls/sec) 2.4M 2.7M 5.6M
Simple P/Invoke (Calls/sec) 733K 1.7M
Primes (to 1500) (iterations/sec) 562 832 853
GC Small (8 bytes) (Bytes/sec) 1M 7M 7.5M
GC Array (100 int's) (Bytes/sec) 25M 43M 112M
XML Text Reader 200KB (seconds) 1.7 1.2 0.72 0.69
DataSet (static data)
4 tables, 1000 records (seconds) 13.1 6.6 7.3 3.3
DataSet (ReadXml)
3 tables, 100 records (seconds) 12.3 6.5 5.2 4.4 |