Link Details

Link 84493 thumbnail
User 290279 avatar

By jamesling
via digcode.com
Published: Jun 03 2008 / 09:56

The famous 80-20 rule states that, for many events, 80% of the effects come from 20% of the causes. It is a common rule of thumb in business; e.g., "80% of your sales comes from 20% of your clients." From the programmers' perspective, the 80-20 rule means that 80 percent of a program's resources are used by about 20 percent of the code: 80 percent of the runtime is spent in approximately 20 percent of the code; 80 percent of the memory is used by some 20 percent of the code; 80 percent of the disk accesses are performed for about 20 percent of the code; 80 percent of the maintenance effort is devoted to around 20 percent of the code.
  • 15
  • 1
  • 1093
  • 527

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.