Re: What is Premature Optimization?
- From: "Arved Sandstrom" <asandstrom@xxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 06:14:37 GMT
"tenxian" <hi.steven.tu@xxxxxxxxx> wrote in message
news:f26ae658-f2ab-4a40-aaec-bf658a25dfe2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is it good or bad?
Not good...the keyword being "premature", meaning "untimely, too soon,
hasty" in this context.
Premature optimization often refers to steps taken to improve speed or
reduce memory consumption, *before* there is reason to believe that such
steps are necessary. It does _not_ refer to judicious choice of fast and/or
memory-consumption-reducing architecture, design, algorithms and data
structures at the earliest possible stage.
AHS
.
- References:
- What is Premature Optimization?
- From: tenxian
- What is Premature Optimization?
- Prev by Date: Re: Relationship fields in entity beans
- Next by Date: Re: i cant think of a way to do that ?
- Previous by thread: Re: What is Premature Optimization?
- Next by thread: Re: What is Premature Optimization?
- Index(es):
Relevant Pages
|