locality of reference的意思|示意
[计] 访问局部性
locality of reference的网络常见释义
访问局部性 访问局部性(Locality of Reference): 表示通信能按下述期望方式进行的术语:访问的空间局部性意思是计算机更希望与邻近的计算机通信,而不是与远距的;访问的时间局...
局部化 ...于于于局部范围的灭储器天址频繁访问,而对于于于己范围中的天址访问甚少的现象被称为程序访问的局部化(Locality of Reference)性量。由己性量可知,反反正在那个局部范围中被访问的疑做散开随时间的变化非很缓缓的,如果把反反正在一段时间中一订天址范围被...
局部性 大部分进程都表现出一种访问的局部性(locality of reference):在进程运行的任何阶段,它都只访问它的页面中较小的一部分。
引用局部性 简介:缓存的基本工作原则是引用局部性(Locality of reference),它通常被分为两种..
locality of reference相关短语
1、 locality of reference principle 访问局部性原理
2、 On-disk locality of reference 磁盘局部引用
3、 locality of program's memory reference 程序的存储引用位置
locality of reference相关例句
Because many computer systems exhibit locality of reference.
由于许多计算机系统陈列局部引用。
A way to do this is to choose objects in the cache such that they exhibit good locality of reference.
具体方法就是选择缓存中的对象,从而使其展示良好的引用局部性。
Because the cost of a page fault is high, it is desirable that a garbage collector properly manage locality of reference.
因为页面错误的成本很高,所以垃圾收集器正确管理引用的区域性(locality)是很必要的。
Having the metadata inlined with the actual code it references provides locality of reference, so that everything is in one place.
使元数据与它引用的实际代码实现内联,从而提供引用的本地性,使所有事物都汇集在一个地方。
Since the reference is part of the data structure, it has good cache locality.
由于引用是数据结构的一部分,所以它有一个好的缓存位置。
Meanwhile, the memory manager removes the possibilities of fragmented memory and increases memory locality-of-reference to further increase performance.
同时,内存管理器排除了出现零碎内存的可能性,并增大了内存引用区域以进一步提高性能。