[Mono-bugs] [Bug 73570][Wis] Changed - Serialization/Deserialization of double[] array can be enhanced
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 11 Mar 2005 08:35:42 -0500 (EST)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73570
--- shadow/73570 2005-03-10 16:30:42.000000000 -0500
+++ shadow/73570.tmp.28176 2005-03-11 08:35:42.000000000 -0500
@@ -79,6 +79,12 @@
Created an attachment (id=14611)
DoubleMassiveSerialization.cs
------- Additional Comments From vargaz@gmail.com 2005-03-10 16:30 -------
-> corlib
+
+------- Additional Comments From lluis@ximian.com 2005-03-11 08:35 -------
+It is not fair to compare the performance of those two methods, since
+a serialization process is much more complex than just copying some
+doubles into a byte array. In any case, it is worth to review the
+serializer and see if we can use the Buffer bulk copy methods.