1) cache-aware data structure
高速缓存感知
1.
Based on B-Tree, a cache-aware data structure called CATree with data stored in an array is proposed, which takes advantage of cache line size to speedup the range lookup in ABV.
提出了一种高速缓存感知的数据结构CATree,对聚合位向量包分类算法进行改进,可提高算法的区间查找速度。
2) cache
[英][kæʃ] [美][kæʃ]
高速缓存
1.
Way selecting cache architecture for low power consumption;
采用路选择技术实现的低功耗高速缓存设计
2.
Solution to the Optimization of Data Consistency in Embedded System with CACHE;
嵌入式系统高速缓存一致性优化解决方案
3.
Design and performance analysis of non-inclusive cache on CMP;
CMP体系结构上非包含高速缓存的设计及性能分析
3) Cache Memory
高速缓存
1.
The Performance Analyse of Cache Memory;
本文分析了高速缓存的结构和工作原理 ,阐述了高速缓存的工作过程以及对处理器性能的影响。
5) high speed buffer
高速缓存器
1.
First of all,a high speed buffer was deployed in the local server to cache the changing data.
该方法通过在本地服务器上部署高速缓存器来暂存服务器的变化数据,并在稍后通过备份线路将缓存的数据发送到远程服务器进行备份。
6) High-speed buffer
缓冲区高速缓存
补充资料:高速缓存策略
NetRAID控制器具有两种高速缓存策略(CachePolicy),分别为CachedI/O(缓存I/O)和DirectI/O(直接I/O)。缓存I/O总是采用读取和写入策略,读取的时候常常是随意的进行缓存。直接I/O在读取新的数据时总是采用直接从磁盘读出的方法,如果一个数据单元被反复地读取,那么将选择一种适中的读取策略,并且读取的数据将被缓存起来。只有当读取的数据重复地被访问时,数据才会进入缓存,而在完全随机读取状态下,是不会有数据进入缓存的。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条