Re: 90/10 rule... source?

vidar@hokstad.name (Vidar Hokstad)
22 Jan 2004 23:09:44 -0500

          From comp.compilers

Related articles
90/10 rule... source? jens.troeger@light-speed.de (Jens Troeger) (2004-01-09)
Re: 90/10 rule... source? derek@knosof.co.uk (Derek M Jones) (2004-01-12)
Re: 90/10 rule... source? nmm1@cus.cam.ac.uk (2004-01-16)
Re: 90/10 rule... source? nkavv@skiathos.physics.auth.gr (2004-01-16)
Re: 90/10 rule... source? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-01-17)
Re: 90/10 rule... source? derek@knosof.co.uk (Derek M Jones) (2004-01-17)
Re: 90/10 rule... source? jcownie@etnus.com (James Cownie) (2004-01-22)
Re: 90/10 rule... source? vidar@hokstad.name (2004-01-22)
Re: 90/10 rule... source? ieuk001@attglobal.net (2004-01-22)
Re: 90/10 rule... source? derek@knosof.co.uk (Derek M Jones) (2004-01-31)
| List of all articles for this month |

From: vidar@hokstad.name (Vidar Hokstad)
Newsgroups: comp.compilers
Date: 22 Jan 2004 23:09:44 -0500
Organization: http://groups.google.com
References: 04-01-038 04-01-059 04-01-077 04-01-108
Keywords: practice
Posted-Date: 22 Jan 2004 23:09:44 EST

Derek M Jones <derek@knosof.co.uk> wrote in message news:04-01-108...
> > Yes and no. I think that the rule is real, but it has been made into
> > a pseudo law of nature, which it isn't.
>
> What is a pseudo law? One that only applies to a small percentage of
> cases?


The 90/10 rule, like many others such as for instance Moore's law, are
statements that are shaped as if they are fact when they need to be
seen more as rule of thumb or useful hints that have enough basis in
reality that they are useful even if they aren't exact.


In this case, it is generally the case that a small part of a program
will turn out to take up a significant part of the execution time of a
program while few isolated parts of the rest of the program takes up
significant amounts of time, and hence the 90/10 rule is propagated
even if the "significant part" sometimes turn out not to be so
significant, or even non-existant.


Vidar


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.