Item 16:Remember the 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. 阅读全文
posted @ 2011-09-30 13:03 Ray Z 阅读(368) 评论(0) 推荐(0)