[Mono-bugs] [Bug 79000][Nor] New - Objects with multi-dimensional arrays are deserialized slower each subsequent deserialization call.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 2 18:19:56 EDT 2006
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 e0027500 at student.tuwien.ac.at.
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: mono-bugs at ximian.com
+ReportedBy: e0027500 at student.tuwien.ac.at
+QAContact: mono-bugs at ximian.com
+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
More information about the mono-bugs
mailing list