Axel Heitland [mailto:[EMAIL PROTECTED]] wrote:
> are there any known performance issues with the XslTransform > class?! We've done some measurements with the > MSXML-COM-Implementation and XslTransform and got some very > disappointing results - both got the input and produced the > same output, but the COM-based program took 0.3 sec whereas > the XslTransform took 30 sec - that what I call a difference > ;-) > > Any pointers? One pointer: Remember the JIT. Make sure you run more than one test at a time to get "real world" performance measurements. If you're app loads, transforms one file and then dies the COM version will undoubtedly win everytime. HTH, Drew [ .NET MVP | weblog: http://radio.weblogs.com/0104813/ ] You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
