[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
Tue, 4 May 2004 15:18:37 -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-01-09 12:08:26.000000000 -0500
+++ shadow/52395.tmp.24709 2004-05-04 15:18:37.000000000 -0400
@@ -1,8 +1,8 @@
Bug#: 52395
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -12,12 +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
Description of Problem:
According to MSDN:
"[The System.Buffer] class provides better performance for manipulating
primitive types than similar methods in the Array class."