Re: [Mono-list] Do good practices and performance tips in .NET apply to Mono too?

2014-03-29 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Casto > > As Mono is different from .NET, I guess the compiler optimizes the code > differently and produces different bytecode. The GC is also probably > different. > That's why I'm wondering if

Re: [Mono-list] Do good practices and performance tips in .NET apply to Mono too?

2014-03-28 Thread David Curylo
Much of that book still applies, as they are good techniques to optimize your code, regardless of the implementation specifics of the runtime. Not 100%, though. Several things that will be different: * Profiling - you should become familiar with the mono framework profiler. Quick guide is h

Re: [Mono-list] Do good practices and performance tips in .NET apply to Mono too?

2014-03-28 Thread 613038475
Just use microsoft .Net when you can, optimization is futile if framework is fat and slow. -- View this message in context: http://mono.1490590.n4.nabble.com/Do-good-practices-and-performance-tips-in-NET-apply-to-Mono-too-tp4662355p4662376.html Sent from the Mono - General mailing list archive

[Mono-list] Do good practices and performance tips in .NET apply to Mono too?

2014-03-28 Thread Casto
Hi, It is quite difficult to find some articles that talk about performance optimizations and good practices (concerning performance) specifically for *Mono* programing. As Mono is different from .NET, I guess the compiler optimizes the code differently and produces different bytecode. The GC is