[Mono-bugs] [Bug 73570][Wis] Changed - Serialization/Deserialization of double[] array can be enhanced
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Mar 2005 23:32:04 -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-12 13:16:57.000000000 -0500
+++ shadow/73570.tmp.29314 2005-03-12 23:32:04.000000000 -0500
@@ -131,6 +131,14 @@
------- Additional Comments From vguzev@yandex.ru 2005-03-12 13:16 -------
Created an attachment (id=14633)
DoubleMassiveSerialization2.cs
+
+------- Additional Comments From lluis@ximian.com 2005-03-12 23:32 -------
+So, what? This new test case shows that serializing a byte array is
+faster than serializing a dobule array of the same size. I've already
+said that I will review this. But don't expect it to be as fast as
+block copy to a byte array, or even a serialization of an equivalent
+byte array, like in this second test case (I'm now wondering if byte
+swapping would be needed for little-endian systems).