Reminder: 80-20 rule

[More effective c++]:
The 80-20 rule states 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.
posted @ 2007-11-13 23:07  能巴  阅读(180)  评论(0编辑  收藏  举报