Hello,
> - The performance of the RSACryptoServiceProvider seems abysmal. Just
> starting up and reading a key using FromXmlString is really really slow,
> like orders of magnitude slower than under XP/.NET. Any ideas why this
> might be? Is there a profiler for Mono?
Mono includes a profiler in its JIT engine. use:
mono --profile program.exe
To turn on profiling. This does both function and memory allocation
profiling. This is one of the beauties of instrumenting code ;-)
Miguel
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list