Re: C# very optimisation
- From: Ennixo <ennixo@xxxxxxx>
- Date: Wed, 18 May 2005 11:48:47 +0200
Lebesgue a écrit :
When talking about image processing, a VERY big performance bonus can be gained when using unmanaged (unsafe) code and pointers. I remember an article saying unmanaged image processing can be up to 28 times faster than managed. Here it is http://tinyurl.com/3sux8
Thank you, i already use unsafe for my processing of course but i would like to know more about little optimisations now (juste like "++i" instead of "i++")
but i will read MSDN's unsafe image processing page because i never saw it before =)
.
- Follow-Ups:
- Re: C# very optimisation
- From: Søren Reinke
- Re: C# very optimisation
- References:
- C# very optimisation
- From: Ennixo
- Re: C# very optimisation
- From: Jon Skeet [C# MVP]
- Re: C# very optimisation
- From: Ennixo
- Re: C# very optimisation
- From: Lebesgue
- C# very optimisation
- Prev by Date: Insert into a db through ADO.NET
- Next by Date: WebService, binary data
- Previous by thread: Re: C# very optimisation
- Next by thread: Re: C# very optimisation
- Index(es):
Relevant Pages
|