[Mono-bugs] [Bug 52395][Wis] Changed - System.Buffer.BlockCopy is slower than System.Array.Copy
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Aug 2004 07:57:08 -0400 (EDT)
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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=52395
--- shadow/52395 2004-05-14 10:08:39.000000000 -0400
+++ shadow/52395.tmp.15797 2004-08-08 07:57:08.000000000 -0400
@@ -12,13 +12,13 @@
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: System.Buffer.BlockCopy is slower than System.Array.Copy
-BugsThisDependsOn: 58026
+BugsThisDependsOn: 58026[WONTFIX]
Description of Problem:
According to MSDN:
"[The System.Buffer] class provides better performance for manipulating
primitive types than similar methods in the Array class."