Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80774 --- shadow/80774 2007-02-10 06:21:31.000000000 -0500 +++ shadow/80774.tmp.16825 2007-02-10 08:06:36.000000000 -0500 @@ -71,6 +71,10 @@ Just replace Dictionary<string,int> in your test case's main method with Hashtable (and "dd.TryGetValue" by dd.Contains or dd[...]) and you'll see the time drop. For me it went from 1.4s to 0.8s. I'll look into it today and try to rewrite the code in Dictionary<K,V>. + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-10 08:06 ------- +I agree, we can improve Dictionary implementation but my point was +that same .exe runs 60% slower on mono runtime than on Microsoft runtime. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
