[Mono-bugs] [Bug 71413][Min] Changed - Path.GetFullPath is heavy on
string allocations
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 11 10:08:20 EDT 2005
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 jonpryor at vt.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=71413
--- shadow/71413 2005-10-11 10:08:09.000000000 -0400
+++ shadow/71413.tmp.25876 2005-10-11 10:08:20.000000000 -0400
@@ -67,6 +67,12 @@
Ok, if you're chicken :-)
------- Additional Comments From jonpryor at vt.edu 2005-10-11 10:08 -------
Created an attachment (id=15907)
FSM-based path normalization program
+
+------- Additional Comments From jonpryor at vt.edu 2005-10-11 10:08 -------
+Out of boredom one day I wrote some code that will canonicalize a path
+using a modified Finite State Machine. Very little allocation
+overhead should be needed, though I haven't actually profiled it. You
+might find it useful.
More information about the mono-bugs
mailing list