memrootじしょ
英和翻訳
memory access
half note
techie
How's things
Attention Deficit Hyperactivity Disorder
Managing Director
cared for
basic necessity
from which
visual thinking
memory access
/ˈmɛməri ˈæksɛs/
メモリーアクセス
1.
コンピュータシステムにおいて、中央処理装置(CPU)や他のハードウェアコンポーネントが、主記憶装置(RAM)のようなメモリからデータを読み取ったり、メモリにデータを書き込んだりする操作。
コンピュータの基本的な動作の一つで、CPUが必要な情報をメモリから取得したり、処理結果をメモリに保存したりする際に発生します。この動作の効率がシステムの性能に大きく影響します。
Optimizing
memory
access
patterns
can
significantly
improve
program
performance.
(メモリへのアクセスパターンを最適化することで、プログラムの性能を大幅に向上させることができます。)
Optimizing
最適化すること。
memory access patterns
メモリへのアクセス方法や順序。
can significantly improve
大幅に向上させることができる。
program performance
プログラムの実行速度や効率。
Direct
memory
access
(DMA)
allows
peripherals
to
access
system
memory
directly,
bypassing
the
CPU.
(ダイレクトメモリアクセス(DMA)は、周辺機器がCPUを介さずに直接システムメモリにアクセスすることを可能にします。)
Direct memory access (DMA)
CPUを介さずに直接メモリにアクセスする技術。
allows peripherals
周辺機器に許可する。
to access system memory directly
システムメモリに直接アクセスすること。
bypassing the CPU
CPUを迂回して。
Cache
memory
is
designed
to
reduce
the
average
memory
access
time.
(キャッシュメモリは、平均的なメモリへのアクセス時間を短縮するために設計されています。)
Cache memory
高速な補助記憶装置で、頻繁に使われるデータを一時的に保存する。
is designed to reduce
削減するために設計されている。
the average memory access time
メモリへの平均的なアクセスにかかる時間。
Inefficient
memory
access
can
lead
to
bottlenecks
in
data-intensive
applications.
(非効率なメモリへのアクセスは、データ集約型アプリケーションでボトルネックを引き起こす可能性があります。)
Inefficient memory access
効率の悪いメモリへのアクセス。
can lead to
引き起こす可能性がある。
bottlenecks
処理の遅延や停滞を引き起こす原因。
in data-intensive applications
大量のデータを扱うアプリケーションにおいて。
関連
RAM
CPU
Cache
Latency
Bandwidth
Data transfer
Memory management unit
Virtual memory