Re: [IronPython] Performance str.replace in Silverlight

2010-06-01 Thread Michael Foord
On 01/06/2010 21:11, Dino Viehland wrote: Michael wrote: I just tracked down a really nasty performance bug in our Silverlight application. It turned out that doing a simple string replace in a 400 character string was taking 700ms. As we actually do two replaces and the text is usually subs

Re: [IronPython] Performance str.replace in Silverlight

2010-06-01 Thread Dino Viehland
Michael wrote: > I just tracked down a really nasty performance bug in our Silverlight > application. It turned out that doing a simple string replace in a 400 > character string was taking 700ms. As we actually do two replaces and > the text is usually substantially longer this was a real problem.

Re: [IronPython] Performance str.replace in Silverlight

2010-05-28 Thread Michael Foord
On 28/05/2010 00:02, Dino Viehland wrote: Yikes! I'll take a look at this next Tuesday (the entire team is on vacation Until then) - a quick look over the code doesn't show us doing anything too stupid so I'm not sure what the problem is :( But feel free to open a bug in the mean time. I

Re: [IronPython] Performance str.replace in Silverlight

2010-05-27 Thread Dino Viehland
Yikes! I'll take a look at this next Tuesday (the entire team is on vacation Until then) - a quick look over the code doesn't show us doing anything too stupid so I'm not sure what the problem is :( But feel free to open a bug in the mean time. > -Original Message- > From: users-boun.