摘要
由于需要存储访问 ,程序的运行速度不能随处理器的速度提高而改进。解决这一问题的一种方法是采用预测预取技术 ,减少不在内存页的访问 ,从而优化程序运行。
The running time of many applications can not improve the processor speed if they need to access storage systems often.One way to deal with this dilemma is to predict pages that will be accessed and prefetched.Thus,storage access time can be reduced and applications can be run faster.This paper will introduce an algorithm of prediction by partial matching of storage systems.
出处
《河北理工学院学报》
2000年第3期33-38,共6页
Journal of Hebei Institute of Technology
关键词
存储管理
预测
算法
处理器
自动化
management of storage systems
prediction
algorithm