main memory
[计] 主存储器
2026-03-21 18:40 浏览次数 11
[计] 主存储器
main-memory mapping主存储器映象
main machinery memory主存储器
Main-memory Rtree主存R树
main data memory主数据存储器
main internal memory主内存储器
main l memory宙储器
main machinery memory address主存地址
primary storage[计] 主存储器
main internal memory detail主内存储器
main storage[计] 主存储器
cpu caching of main memory is so important that it deserves special attention (see resources).
主内存的cpu缓存极其重要,需要特别关注(参见 参考资料)。
since a db2 buffer pool is a part of the main memory of the system, the db2 database manager allocates it for caching tables and index data when it reads or writes to and from media disks.
因为db2缓沖池是系统主内存的一部分,db2数据库管理器在它读取或写入磁盘介质时将它分配给缓存表和索引数据。
local store memory accesses are extremely fast compared to main memory accesses.
对本地存储内存的访问与主存访问相比速度更快。
the object is both a bitmap in main memory that skia can draw into, and a 「device independent bitmap」 that the windows gdi layer can draw into.
这个对象是skia能够在其中绘图的主内存中的位图,同时是一个windowsgdi层能够在其中绘图的「设备无关的位图」。
mutexes will insert a 「memory barrier,」 which ensures that the writes to main memory occur in the order the threads lock the mutex.
互斥对象将插入一道「内存关卡」,由它来确保对主存的写入按照线程锁定互斥对象的顺序进行。
the spu queues a dma get to pull a portion of the problem data set from main memory to a buffer.
spu 对dmaget 进行排队,从而将涉及的数据集的一部分从主内存传输到一个缓沖区。
for db2, the largest consumer of system main memory is its buffer pool, which is basically a single, large shared memory region.
对于db2,系统主存的最大消耗者是它的缓沖池,这个缓沖池基本上是一个单独的、较大的共享内存区域。
after each data processing step, you set up both a put to transfer the data to main memory and a get to get the next batch of data.
在每个数据处理步骤之后,设置一个put(将数据传输到主内存)和一个get(获得下一组数据)。
due to the latency difference between main memory and on-chip memory cache, power7 was designed with three levels of on-chip cache (see figure 1).
由于主内存和芯片级内存缓存之间的延迟差别,power7设计了三种级别的芯片级缓存机制(见图1)。
when the program execution leads to instructions not in the cache, then the instructions need to be fetched from the main memory and the microprocessor has to stop and wait.
当程序执行导致命令不能从快取内存中找到时,需要从主内存中找到命令,那是微处理器就停下来等待。
you could consider these 「thread-local」 copies of variables to be similar to a cache, helping the thread avoid checking main memory each time it needs to access the variable's value.
您可以将变量的这些 「线程局部」副本看作是与缓存类似,在每次线程需要访问变量的值时帮助它避免检查主存储器。
reading the data from the main memory requires more cpu cycles.
从主存储器读数据需要较多的cpu周期。
similarly, as part of acquiring the monitor when entering a synchronized block, local caches are invalidated so that subsequent reads will go directly to main memory and not the local cache.
与此类似,作为获得监视的一部分,当进入一个同步块时,本地缓存失效,使之后的读操作直接进入主内存而不是本地缓存。
with a little care, most of the working set of a multiplayer online game can be pulled into the main memory of a large system.
只需稍加处理,多玩家在线游戏的大多数工作集就可以放在一个大系统的主内存中。
main memory can get swapped out, moved around, cached, uncached, or memory mapped.
主存可被换出、搬移、缓存、不缓存或做内存映射处理。
every location in main memory is numbered with a sequential numeric address by which the memory location is referred.
主存中的每个位置都使用连续的数字地址编号,内存位置就使用这个地址来引用。