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=79000 --- shadow/79000 2006-08-02 18:19:56.000000000 -0400 +++ shadow/79000.tmp.2073 2006-08-02 18:19:56.000000000 -0400 @@ -0,0 +1,46 @@ +Bug#: 79000 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Objects with multi-dimensional arrays are deserialized slower each subsequent deserialization call. + +Description of Problem: +Performance issue with deserialization of mulit-dimensional arrays. With +each subsequent call of a deserialization of an object with a +multidimensional array (int[size, size]) each deserialization gets slower +and slower. + +On my machine the first deserialization takes light-speed 0ms but with each +further object-deserialization it gets slower and slower, after 20000 +deserializations it takes 63ms! + +If you create the object with a one-dimensional arrays-version +(int[size*size]) it takes 0ms-1ms on all iterations + +See the attached Testcase. + + +Actual Results: +Deserialization gets slower and slower each call. + +Expected Results: +Deserialization should happen at constant speed. + + +How often does this happen? +Always. + +Additional Information: +Mono 1.1.16.1 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
