[Mono-bugs] [Bug 77382][Min] Changed - System.Uri ctor could be
faster
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 03:46:14 EST 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77382
--- shadow/77382 2006-01-27 05:09:32.000000000 -0500
+++ shadow/77382.tmp.13436 2006-03-10 03:46:14.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: pawel.sakowski at mind-breeze.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -41,6 +41,14 @@
to exhibit.
------- Additional Comments From pawel.sakowski at mind-breeze.com 2006-01-27 05:09 -------
Created an attachment (id=16406)
The proposed improvement described above
+
+------- Additional Comments From atsushi at ximian.com 2006-03-10 03:46 -------
+It would be nicer if we can reduce extra allocation.
+
+One concern is that cultude dependent code should be avoided. So
+please replace String.StartsWith() with CompareInfo.IsPrefix(). Can
+you also please provide some performance comparison results with
+reproducible code?
More information about the mono-bugs
mailing list