[Mono-devel-list] [Patch] First patch for making String managed
Ben Maurer
05mauben at hawken.edu
Tue Jun 1 10:30:08 EDT 2004
There is way too much code duplication here. Please have *one* implementation for each method and have the overloads call there.
>>> "Andreas Nahr" <ClassDevelopment at A-SoftTech.com> 06/01/04 10:06 AM >>>
Hi,
This is a patch that gets all IndexOf - kind methods dealing with chars into
the managed realm.
Please test and provide feedback.
Here are some microbenchmark results (especially cool are the results for
IndexOfAny and LastIndexOfAny):
IndexOf (17): 1132 -> 791
IndexOf (2162): 10576 -> 7862
LastIndexOf (similar to above)
IndexOfAny (long string, nothing found): 25867 -> 2984
LastIndexOfAny (similar to above)
Andreas
More information about the Mono-devel-list
mailing list