memrootじしょ
英和翻訳
cache line
Quadriceps femoris
half and half
Q&A platform
each and every
Bachelor of Arts
cadge
a tiny bit of
call forwarding
a while back
cache line
[ˈkæʃ laɪn]
キャッシュ ライン
1.
CPUキャッシュとメインメモリ間でデータを転送する最小単位。
CPUがメインメモリからデータを読み書きする際に、一度に転送される最小のデータブロックを指します。この単位でデータがキャッシュに取り込まれ、管理されます。キャッシュラインのサイズはプロセッサによって異なり、効率的なデータアクセスとメモリ管理のために重要です。
A
cache
line
is
the
smallest
unit
of
data
that
can
be
transferred
between
the
main
memory
and
the
CPU
cache.
(キャッシュラインは、メインメモリとCPUキャッシュ間で転送される最小のデータ単位です。)
A cache line
キャッシュライン
is
〜である
the smallest unit
最小の単位
of data
データの
that can be transferred
転送されうる
between the main memory and the CPU cache.
メインメモリとCPUキャッシュの間で
When
the
CPU
needs
data,
it
often
fetches
an
entire
cache
line,
even
if
it
only
needs
a
small
part
of
it.
(CPUがデータを必要とするとき、たとえごく一部しか必要なくても、しばしばキャッシュライン全体をフェッチします。)
When the CPU needs data
CPUがデータを必要とするとき
it often fetches
それはしばしばフェッチします
an entire cache line
キャッシュライン全体を
even if it only needs
たとえ必要とするのが〜だけでも
a small part of it.
それのごく一部
The
size
of
a
cache
line
is
typically
32,
64,
or
128
bytes,
depending
on
the
processor
architecture.
(キャッシュラインのサイズは、プロセッサのアーキテクチャに応じて、通常32、64、または128バイトです。)
The size
サイズ
of a cache line
キャッシュラインの
is typically
通常〜である
32, 64, or 128 bytes
32、64、または128バイト
depending on
〜に応じて
the processor architecture.
プロセッサのアーキテクチャ
関連
CPU cache
memory
cache coherence
block
prefetching
cache miss
L1 cache
L2 cache
L3 cache