Re: how to decrease the cpu usage
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Mon, 10 Mar 2008 10:58:11 -0000
<"Jon" <.>> wrote:
'First thing that will help is to recognize that "as fast as
possible" isn't needed. Just "as fast as is perceptible to the
user".'
Ben: that can be pretty difficult to define, since you don't always
know how powerful the end user's computer is.
Your requirements should include a minimum spec at which the client
responds reasonably.
It's certainly easier to define that than it is to optimise *forever*.
(There's always going to be something you can do to squeeze an extra
0.0001% of performance out of a system - but it's not a useful thing to
do.)
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
.
- References:
- Re: how to decrease the cpu usage
- From: Ben Voigt [C++ MVP]
- Re: how to decrease the cpu usage
- Prev by Date: Re: MemberwiseClone() doesn't like arrays?
- Next by Date: Re: MemberwiseClone() doesn't like arrays?
- Previous by thread: Re: how to decrease the cpu usage
- Next by thread: Re: how to decrease the cpu usage
- Index(es):
Loading